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 c84fb81 commit 9d40294Copy full SHA for 9d40294
CMakeLists.txt
@@ -7,8 +7,7 @@ include(cmake/CPM.cmake)
7
8
# Fetch cpp-library via CPM (using local path for development)
9
CPMAddPackage(
10
- NAME cpp-library
11
- SOURCE_DIR /Users/sean-parent/repos/github.com/stlab/cpp-library
+ URI gh:stlab/[email protected]
12
DOWNLOAD_ONLY YES
13
)
14
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
0 commit comments