Disabling RAWZOR support by default

This commit is contained in:
Hombre
2010-12-12 23:08:21 +01:00
parent 5027c8c00b
commit 23b3fd740c

View File

@@ -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)