diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c760beb5..505983f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -31,5 +31,7 @@ macro(linkCoreLibraries exe_name) | |||
31 | endif() | 31 | endif() |
32 | endmacro() | 32 | endmacro() |
33 | 33 | ||
34 | cmake_policy(SET CMP0011 NEW) | ||
35 | |||
34 | ADD_SUBDIRECTORY(testing) | 36 | ADD_SUBDIRECTORY(testing) |
35 | ADD_SUBDIRECTORY(other) \ No newline at end of file | 37 | ADD_SUBDIRECTORY(other) \ No newline at end of file |