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 3580210 commit 042875fCopy full SHA for 042875f
3rdparty/lexy/CMakeLists.txt
@@ -9,7 +9,7 @@ option(LEXY_FORCE_CPP17 "Whether or not lexy should use C++17 even if compil
9
10
add_subdirectory(src)
11
12
-option(LEXY_ENABLE_INSTALL "whether or not to enable the install rule" ON)
+option(LEXY_ENABLE_INSTALL "whether or not to enable the install rule" OFF)
13
if(LEXY_ENABLE_INSTALL)
14
include(CMakePackageConfigHelpers)
15
include(GNUInstallDirs)
0 commit comments