From e8b3ac445a49e64709a68e276f99475465e07807 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Fri, 9 Jul 2010 14:34:40 +0000 Subject: [PATCH] *** empty log message *** --- appli/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 83c1ead..09e6948 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,7 +1,10 @@ INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin ) -SUBDIRS(creaNewProject) +IF(${CREA_BUILD_WX}) + SUBDIRS(creaNewProject) +ENDIF(${CREA_BUILD_WX}) + IF(WIN32) SUBDIRS(creaSed) ENDIF(WIN32) -- 2.45.0