File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm CACHE PATH "CPM cache")
3333include(cmake/CPM.cmake)
3434
3535# Fetch cpp-library via CPM
36- CPMAddPackage("gh:stlab/cpp-library@3 .0.0")
36+ CPMAddPackage("gh:stlab/cpp-library@4 .0.0")
3737include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
3838
3939cpp_library_setup(
@@ -211,7 +211,7 @@ set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm CACHE PATH "CPM cache" FORCE
211211include(cmake/CPM.cmake)
212212
213213# Fetch cpp-library via CPM
214- CPMAddPackage("gh:stlab/cpp-library@3 .0.0")
214+ CPMAddPackage("gh:stlab/cpp-library@4 .0.0")
215215include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
216216
217217# Configure library (handles both lightweight and full modes automatically)
You can’t perform that action at this time.
0 commit comments