Use https git urls for cloning
This commit is contained in:
@@ -20,7 +20,7 @@ set(FETCHCONTENT_BASE_DIR "${THIRDPARTY_DIR}")
|
||||
# Fetch the miniaudio Repository and install it
|
||||
FetchContent_Declare(
|
||||
miniaudio
|
||||
GIT_REPOSITORY git@github.com:mackron/miniaudio.git
|
||||
GIT_REPOSITORY https://github.com/mackron/miniaudio.git
|
||||
GIT_TAG "master"
|
||||
GIT_SHALLOW TRUE
|
||||
GIT_PROGRESS ON
|
||||
@@ -31,7 +31,7 @@ FetchContent_MakeAvailable(miniaudio)
|
||||
# Fetch the STB-Image Repository and install it
|
||||
FetchContent_Declare(
|
||||
stb_image
|
||||
GIT_REPOSITORY git@github.com:arizotaz/cmake_stb_image
|
||||
GIT_REPOSITORY https://github.com/arizotaz/cmake_stb_image.git
|
||||
GIT_TAG "master"
|
||||
GIT_SHALLOW TRUE
|
||||
GIT_PROGRESS ON
|
||||
|
||||
Reference in New Issue
Block a user