From 2309ba09fae60901a489eaa7673a7464a7eda962 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Sun, 10 Oct 2010 07:37:56 +0000 Subject: [PATCH] Don't install creatis_AppGeneralPath.bat in Linux... --- appli/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 42da0c8..863fb90 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -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) -- 2.47.1