]> Creatis software - bbtkGEditor.git/blobdiff - CMakeLists.txt
This commit was manufactured by cvs2svn to create tag
[bbtkGEditor.git] / CMakeLists.txt
index 283d192fc7754740e7c07b6d0d3a0b43acb26475..ce0ab199d26b66a0ab8550484ab79b902dac3bc0 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Unless you are an experimented cmake user,
 # have a look at :
-# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X
+# http://www.creatis.insa-lyon.fr/creatools/GettingStarted_creaTools
 # before starting.
 #
 # ---------------------------------
@@ -25,9 +25,6 @@ SET(PROJECT_VERSION_DATE "30/09/2009")
 
 #==================================
 
-# 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)
@@ -56,6 +53,9 @@ IF(BBTK_FOUND)
 ENDIF(BBTK_FOUND)
 #==================================
 
+
+
+
 #==================================
 # Do not allow to build inside the source tree
 CREA_PREVENT_IN_SOURCE_BUILD()