]> Creatis software - crea.git/commitdiff
change SUBDIRS (deprecate functionality) to ADD_SUBDIRECTORY
authorFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Wed, 10 Nov 2010 15:18:59 +0000 (15:18 +0000)
committerFrederic Cervenansky <Frederic.Cervenansky@creatis.insa-lyon.fr>
Wed, 10 Nov 2010 15:18:59 +0000 (15:18 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in
appli/creaNewProject/NewProject/appli/CMakeLists.txt
appli/creaNewProject/NewProject/lib/CMakeLists.txt

index ff89c53141561af550659513175043a3abc3bbc6..5edc5591f6083df569749beb78d06db4ce785930 100644 (file)
@@ -132,10 +132,10 @@ SET(BBTK_DOC_BUILD_PATH
    )
 #==================================
  # USER! : Hands off!
-# Subdirs
-SUBDIRS(lib)
-SUBDIRS(appli)
-SUBDIRS(doc)
-SUBDIRS(data)
-SUBDIRS(install)
+# ADD_SUBDIRECTORY
+ADD_SUBDIRECTORY(lib)
+ADD_SUBDIRECTORY(appli)
+ADD_SUBDIRECTORY(doc)
+ADD_SUBDIRECTORY(data)
+ADD_SUBDIRECTORY(install)
 #==================================
index 6dfac6b5b9d4dc1da34a1db9d23538f37d72123b..7aa7b130961f9fb052354d638e6ceb3f779feb14 100644 (file)
@@ -1,3 +1,3 @@
-# USER! : Add a SUBDIRS command for each one of your applications
-# SUBDIRS(MyApp1)
-# SUBDIRS(MyApp2)
+# USER! : Add a ADD_SUBDIRECTORY command for each one of your applications
+# ADD_SUBDIRECTORY(MyApp1)
+# ADD_SUBDIRECTORY(MyApp2)
index 4d9145edb3b2f2c01e31dab341acd50d5b7e13bb..dd38a155f57c694743922a766a1566a604827986 100644 (file)
@@ -49,6 +49,6 @@ SET(${LIBRARY_NAME}_LIBRARIES
  
 # USER! : Up to you again, now!
        
-# USER! : Add a SUBDIRS command for each one of your libraries
-# SUBDIRS(MyLib1)
+# USER! : Add a ADD_SUBDIRECTORY command for each one of your libraries
+# ADD_SUBDIRECTORY(MyLib1)