]> Creatis software - crea.git/commitdiff
Don't install creatis_AppGeneralPath.bat in Linux...
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Sun, 10 Oct 2010 07:37:56 +0000 (07:37 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Sun, 10 Oct 2010 07:37:56 +0000 (07:37 +0000)
appli/CMakeLists.txt

index 42da0c800a270c9926bc58388de2385ee9eecbb9..863fb90a0fb7325717c55d38948a6f60b0afe209 100644 (file)
@@ -1,11 +1,11 @@
 
-INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin )
+#INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin )
 
 IF(CREA_BUILD_WX)
-  add_subdirectory(creaNewProject)
+  ADD_SUBDIRECTORY(creaNewProject)
 ENDIF(CREA_BUILD_WX)
 
 IF(WIN32)
-  add_subdirectory(creaSed)
+  ADD_SUBDIRECTORY(creaSed)
 ENDIF(WIN32)