From 23b3fd740c9c4dfa06a990524b3b20cab9940508 Mon Sep 17 00:00:00 2001 From: Hombre Date: Sun, 12 Dec 2010 23:08:21 +0100 Subject: [PATCH] Disabling RAWZOR support by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)