Commit d5b9b3d03a4c02268aef923e96cb13bd75413b0a

Authored by Daniel Herrera Castro
Committed by Henry Schreiner
1 parent d3a8dfb0

Make CLI11_PRECOMPLED off by default

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
@@ -77,7 +77,7 @@ endif() @@ -77,7 +77,7 @@ endif()
77 77
78 option(CLI11_WARNINGS_AS_ERRORS "Turn all warnings into errors (for CI)") 78 option(CLI11_WARNINGS_AS_ERRORS "Turn all warnings into errors (for CI)")
79 option(CLI11_SINGLE_FILE "Generate a single header file") 79 option(CLI11_SINGLE_FILE "Generate a single header file")
80 -option(CLI11_PRECOMPILED "Generate a precompiled static library instead of a header-only") 80 +option(CLI11_PRECOMPILED "Generate a precompiled static library instead of a header-only" OFF)
81 cmake_dependent_option(CLI11_SANITIZERS "Download the sanitizers CMake config" OFF 81 cmake_dependent_option(CLI11_SANITIZERS "Download the sanitizers CMake config" OFF
82 "NOT CMAKE_VERSION VERSION_LESS 3.11" OFF) 82 "NOT CMAKE_VERSION VERSION_LESS 3.11" OFF)
83 83