We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad9454 commit 3aa9a8fCopy full SHA for 3aa9a8f
1 file changed
src/CMakeLists.txt
@@ -62,6 +62,7 @@ if (NOT collections_FOUND)
62
FetchContent_Declare(
63
collections
64
GIT_REPOSITORY "https://github.com/jchristopherson/collections"
65
+ GIT_TAG main
66
)
67
FetchContent_MakeAvailable(collections)
68
set(COLLECTIONS_LIBRARIES collections)
0 commit comments