]> Creatis software - bbtkGEditor.git/blobdiff - CMakeLists.txt
This commit was manufactured by cvs2svn to create tag
[bbtkGEditor.git] / CMakeLists.txt
index 0dca9579d142fe6b4c7457cf9c31f1b86c421115..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()
@@ -108,7 +108,8 @@ MARK_AS_ADVANCED(
   INCLUDE_DIRECTORIES(
     ${PROJECT_BINARY_DIR}
 
- # USER! : Add here the directories holding the .h you need  
+ # // if the previous one is not enough :  (JPRx)
+ #   Add here the directories holding the .h you need
     
  #   ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_