diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c7a06dfa..e3b096489 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ else(WIN32) $<$:-fPIE> $<$:-g> ) - option(BUILD_32BIT "Force building as 32-bit binary") + option(BUILD_32BIT "Force building as 32-bit binary" OFF) if(BUILD_32BIT) set(CMAKE_SYSTEM_PROCESSOR "x86" CACHE STRING "system processor") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32" CACHE STRING "c++ flags")