mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 21:53:51 +00:00
Make CLI11_PRECOMPLED off by default
This commit is contained in:
parent
d3a8dfb065
commit
d5b9b3d03a
@ -77,7 +77,7 @@ endif()
|
||||
|
||||
option(CLI11_WARNINGS_AS_ERRORS "Turn all warnings into errors (for CI)")
|
||||
option(CLI11_SINGLE_FILE "Generate a single header file")
|
||||
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)
|
||||
cmake_dependent_option(CLI11_SANITIZERS "Download the sanitizers CMake config" OFF
|
||||
"NOT CMAKE_VERSION VERSION_LESS 3.11" OFF)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user