]> Creatis software - creaEnvironment.git/blobdiff - CMakeLists.txt
-new version
[creaEnvironment.git] / CMakeLists.txt
index 71756430dcee606fc7236477973296dd9c5dc0eb..8f6ffedbfe7d7ef1ae9e79f70f4aca77fe1baa1a 100644 (file)
@@ -13,8 +13,15 @@ PROJECT(creaEnvironment)
 
 SET(PROJECT_MAJOR_VERSION 1)
 SET(PROJECT_MINOR_VERSION 0)
-SET(PROJECT_BUILD_VERSION 1)
+SET(PROJECT_BUILD_VERSION 2)
 
+#==================================
+
+# JPR 4 mars 2011
+set (CMAKE_MODULE_PATH ${CMAKE_INSTALL_PREFIX}/share/cmake/Module)
+
+#==================================
+# Find crea (mandatory, to use macros)
 SET(CREA_VERBOSE_CMAKE TRUE)
 
 FIND_PACKAGE(crea REQUIRED)