]> Creatis software - bbtk.git/blobdiff - CMakeLists.txt
wxString
[bbtk.git] / CMakeLists.txt
index 6247aaf2175d27f2e2660b68c697e258aa3a07e4..269e8e91d77696706790d435a8c5c6f0c0d6f547 100644 (file)
@@ -1,7 +1,17 @@
+#cmake_minimum_required(VERSION 2.4)
+#if(COMMAND cmake_policy)
+  # UNCOMMENT the 3 lines 'cmake_policy(...
+  # If you'er using cmake 2.6
+  #cmake_policy(SET CMP0000 OLD)
+  #cmake_policy(SET CMP0005 NEW)
+  #cmake_policy(SET CMP0003 NEW)
+ #   endif(COMMAND cmake_policy)
+
 #-----------------------------------------------------------------------------
 PROJECT(BBTK) 
 #-----------------------------------------------------------------------------
 
+
 #-----------------------------------------------------------------------------
 # Set global configuration of the toolkit
 INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake)