Skip to content

Commit 042875f

Browse files
committed
stop installing lexy
1 parent 3580210 commit 042875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/lexy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option(LEXY_FORCE_CPP17 "Whether or not lexy should use C++17 even if compil
99

1010
add_subdirectory(src)
1111

12-
option(LEXY_ENABLE_INSTALL "whether or not to enable the install rule" ON)
12+
option(LEXY_ENABLE_INSTALL "whether or not to enable the install rule" OFF)
1313
if(LEXY_ENABLE_INSTALL)
1414
include(CMakePackageConfigHelpers)
1515
include(GNUInstallDirs)

0 commit comments

Comments
 (0)