Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 092c05c

Browse files
committed
support latest repos versions
1 parent 4e4cc44 commit 092c05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ include(FetchContent)
3535
FetchContent_Declare(
3636
distributed-ranges
3737
GIT_REPOSITORY https://github.com/oneapi-src/distributed-ranges.git
38-
GIT_TAG c618154a1bceda33e5d61e1536179aeaa11b68f4)
38+
GIT_TAG main)
3939
FetchContent_MakeAvailable(distributed-ranges)
4040

4141
FetchContent_Declare(
4242
cpp-format
4343
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
44-
GIT_TAG 0b0f7cf)
44+
GIT_TAG master)
4545
FetchContent_MakeAvailable(cpp-format)

0 commit comments

Comments
 (0)