Skip to content

Commit 9d40294

Browse files
committed
Adding proper link to cpp-library.
1 parent c84fb81 commit 9d40294

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ include(cmake/CPM.cmake)
77

88
# Fetch cpp-library via CPM (using local path for development)
99
CPMAddPackage(
10-
NAME cpp-library
11-
SOURCE_DIR /Users/sean-parent/repos/github.com/stlab/cpp-library
10+
URI gh:stlab/[email protected]
1211
DOWNLOAD_ONLY YES
1312
)
1413
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)

0 commit comments

Comments
 (0)