]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 19 Oct 2017 15:14:07 +0000 (10:14 -0500)
committerLeonardo Florez <leonardo@iMac-de-Andrea.local>
Thu, 19 Oct 2017 15:14:07 +0000 (10:14 -0500)
appli/bash/CMakeLists.txt

index 3a244afe15f61f6293b07c0707a7cfe6f1f9d08a..656496fa964bed453928bd97300a4e10a31967ee 100644 (file)
@@ -8,9 +8,9 @@ set(
   _apps
   ConvertImage
   )
-if(UNIX)
+if(UNIX AND NOT APPLE)
   list(APPEND _apps CreateWin32Installer)
-endif(UNIX)
+endif(UNIX AND NOT APPLE)
 
 ## == Compile them
 foreach(_a ${_apps})