Skip to content

Commit 18f09f5

Browse files
committed
Updating version in examples.
1 parent dca8b27 commit 18f09f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm CACHE PATH "CPM cache")
3333
include(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")
3737
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
3838
3939
cpp_library_setup(
@@ -211,7 +211,7 @@ set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm CACHE PATH "CPM cache" FORCE
211211
include(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")
215215
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
216216
217217
# Configure library (handles both lightweight and full modes automatically)

0 commit comments

Comments
 (0)