Skip to content

Commit 3b303a4

Browse files
committed
fix: git fetch for concurrentqueue
1 parent 535dc87 commit 3b303a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppmods/EventViewerMod/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(FetchContent)
66

77
FetchContent_Declare(
88
concurrentqueue
9-
GIT_REPOSITORY git@github.com:cameron314/concurrentqueue.git
9+
GIT_REPOSITORY https://github.com/cameron314/concurrentqueue.git
1010
GIT_TAG c68072129c8a5b4025122ca5a0c82ab14b30cb03
1111
)
1212
FetchContent_MakeAvailable(concurrentqueue)

0 commit comments

Comments
 (0)