Skip to content

Commit d5b9b3d

Browse files
dherrera-metahenryiii
authored andcommitted
Make CLI11_PRECOMPLED off by default
1 parent d3a8dfb commit d5b9b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ endif()
7777

7878
option(CLI11_WARNINGS_AS_ERRORS "Turn all warnings into errors (for CI)")
7979
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)
8181
cmake_dependent_option(CLI11_SANITIZERS "Download the sanitizers CMake config" OFF
8282
"NOT CMAKE_VERSION VERSION_LESS 3.11" OFF)
8383

0 commit comments

Comments
 (0)