From: Leonardo Florez Date: Thu, 19 Oct 2017 15:14:07 +0000 (-0500) Subject: ... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=d30f2db6cd73e270965e9824b95f8b285827296f;p=cpPlugins.git ... --- diff --git a/appli/bash/CMakeLists.txt b/appli/bash/CMakeLists.txt index 3a244af..656496f 100644 --- a/appli/bash/CMakeLists.txt +++ b/appli/bash/CMakeLists.txt @@ -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})