summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2013-07-17 18:41:58 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2013-07-17 18:41:58 -0400
commitec38df6f91a51f7ef9b91384b2dc4817047421cd (patch)
treef37ab9110d076e69b2c05c2b2a8a1659fb951b24
parent6939a48226ec9cf2ab5d0a46e583831c195f2b7e (diff)
Set appropriative cmake_policy
-rw-r--r--CMakeLists.txt2
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()
32endmacro() 32endmacro()
33 33
34cmake_policy(SET CMP0011 NEW)
35
34ADD_SUBDIRECTORY(testing) 36ADD_SUBDIRECTORY(testing)
35ADD_SUBDIRECTORY(other) \ No newline at end of file 37ADD_SUBDIRECTORY(other) \ No newline at end of file