diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a098b8..9e1e278 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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