]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/lib/CMakeLists.txt
change SUBDIRS (deprecate functionality) to ADD_SUBDIRECTORY
[crea.git] / appli / creaNewProject / NewProject / lib / CMakeLists.txt
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)