We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535dc87 commit 3b303a4Copy full SHA for 3b303a4
cppmods/EventViewerMod/CMakeLists.txt
@@ -6,7 +6,7 @@ include(FetchContent)
6
7
FetchContent_Declare(
8
concurrentqueue
9
- GIT_REPOSITORY git@github.com:cameron314/concurrentqueue.git
+ GIT_REPOSITORY https://github.com/cameron314/concurrentqueue.git
10
GIT_TAG c68072129c8a5b4025122ca5a0c82ab14b30cb03
11
)
12
FetchContent_MakeAvailable(concurrentqueue)
0 commit comments