From d30f2db6cd73e270965e9824b95f8b285827296f Mon Sep 17 00:00:00 2001 From: Leonardo Florez Date: Thu, 19 Oct 2017 10:14:07 -0500 Subject: [PATCH] ... --- appli/bash/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}) -- 2.49.0