We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8dfb commit d5b9b3dCopy full SHA for d5b9b3d
CMakeLists.txt
@@ -77,7 +77,7 @@ endif()
77
78
option(CLI11_WARNINGS_AS_ERRORS "Turn all warnings into errors (for CI)")
79
option(CLI11_SINGLE_FILE "Generate a single header file")
80
-option(CLI11_PRECOMPILED "Generate a precompiled static library instead of a header-only")
+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
82
"NOT CMAKE_VERSION VERSION_LESS 3.11" OFF)
83
0 commit comments