Skip to content

Commit 536c09a

Browse files
committed
Updating to [email protected]
1 parent 7c357ff commit 536c09a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cpm-cache CACHE PATH "CPM cache")
77
include(cmake/CPM.cmake)
88

99
# Fetch cpp-library via CPM
10-
# CPMAddPackage(
11-
# NAME cpp-library
12-
# URL "${CMAKE_SOURCE_DIR}/../cpp-library"
13-
# )
14-
CPMAddPackage("gh:stlab/[email protected]")
10+
11+
CPMAddPackage("gh:stlab/[email protected]")
1512
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
1613

1714
# Let cpp-library handle the project declaration and version detection

0 commit comments

Comments
 (0)