diff --git a/CMakeLists.txt b/CMakeLists.txt index 7382cf8270..2d3f7760a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ endif() # ############################################################################### -option(CPPAN_BUILD "Build with cppan" ON) +option(CPPAN_BUILD "Build with cppan" OFF) if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.cppan OR NOT CPPAN_BUILD) if (NOT Leptonica_DIR AND NOT MSVC)