diff --git a/CMakeLists.txt b/CMakeLists.txt index 61f248cfcc..f46a150120 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ endif () if (BUILD_PACKAGE STREQUAL "dmg-cli") option(DARWIN "Building for MacOS" ON) else () - option(DARWIN "Building for MacOS" OF) + option(DARWIN "Building for MacOS" OFF) endif ()