From 83e1863154583c0399c2eb5c908a1ef376a032ed Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 20 Mar 2021 19:10:59 +0200 Subject: [PATCH] Update CMakeLists.txt Disabled by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 917dc243..2b0a43de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/vendor/POCO/cmake) # Several plugin options option(ENABLE_API21 "Build for 2.1 API." OFF) -option(ENABLE_OFFICIAL "Enable compatibility with official legacy plug-in" ON) +option(ENABLE_OFFICIAL "Enable compatibility with official legacy plug-in" OFF) option(FORCE_32BIT_BIN "Create a 32-bit executable binary if the compiler defaults to 64-bit." OFF) # This option should only be available in certain conditions if(WIN32 AND MINGW)