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 f9ee400 commit 9819aa5Copy full SHA for 9819aa5
CMakeLists.txt
@@ -49,7 +49,7 @@ FetchContent_Declare(
49
GIT_REPOSITORY "https://github.com/ThePhD/sol2.git"
50
GIT_SHALLOW ON
51
GIT_SUBMODULES ""
52
- GIT_TAG "v3.3.0"
+ GIT_TAG "v3.5.0"
53
)
54
55
FetchContent_Declare(
@@ -69,6 +69,8 @@ endif()
69
FetchContent_GetProperties(${SOL2})
70
if(NOT ${SOL2}_POPULATED)
71
message(STATUS "Cloning ${SOL2}")
72
+option(SOL2_ENABLE_INSTALL "Enable installation of Sol2" ON)
73
+ set(SOL2_ENABLE_INSTALL OFF)
74
FetchContent_MakeAvailable(${SOL2})
75
endif()
76
0 commit comments