diff --git a/CMakeLists.txt b/CMakeLists.txt index 10fbbfa7b..601bb4472 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if (APPLE) endif (APPLE) option (BUILD_SHARED "Build rawtherapee with shared libraries" OFF) -option (WITH_RAWZOR "Build with Rawzor support" ON) +option (WITH_RAWZOR "Build with Rawzor support" OFF) option (WITH_MYFILE_MMAP "Build using memory mapped file" OFF) option (OPTION_OMP "Build with OpenMP support" ON)