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 4cc7c0e commit df8a03aCopy full SHA for df8a03a
CMakeLists.txt
@@ -9,14 +9,12 @@ cmake_policy(SET CMP0135 NEW)
9
include(FetchContent)
10
11
FetchContent_Declare(argparse
12
- GIT_REPOSITORY https://github.com/p-ranav/argparse/
13
- GIT_TAG v3.0
+ URL https://github.com/p-ranav/argparse/archive/refs/tags/v3.0.tar.gz
14
)
15
FetchContent_MakeAvailable(argparse)
16
17
FetchContent_Declare(cxx-prettyprint
18
- GIT_REPOSITORY https://github.com/louisdx/cxx-prettyprint
19
- GIT_TAG master
+ URL https://github.com/louisdx/cxx-prettyprint/archive/refs/heads/master.tar.gz
20
21
FetchContent_MakeAvailable(cxx-prettyprint)
22
0 commit comments