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 4e4cc44 commit 092c05cCopy full SHA for 092c05c
CMakeLists.txt
@@ -35,11 +35,11 @@ include(FetchContent)
35
FetchContent_Declare(
36
distributed-ranges
37
GIT_REPOSITORY https://github.com/oneapi-src/distributed-ranges.git
38
- GIT_TAG c618154a1bceda33e5d61e1536179aeaa11b68f4)
+ GIT_TAG main)
39
FetchContent_MakeAvailable(distributed-ranges)
40
41
42
cpp-format
43
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
44
- GIT_TAG 0b0f7cf)
+ GIT_TAG master)
45
FetchContent_MakeAvailable(cpp-format)
0 commit comments