Skip to content

Commit

Permalink
fix dependency url in main CML.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Jul 26, 2024
1 parent 98aee2d commit 35bd6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if ("${_scripts_src_path}" STREQUAL "")

FetchContent_Declare(
scripts
GIT_REPOSITORY git@github.com:buildingcpp/scripts.git
GIT_REPOSITORY https://github.com/buildingcpp/scripts.git
GIT_TAG main
SOURCE_DIR "${CMAKE_BINARY_DIR}/scripts-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/scripts-build"
Expand Down

0 comments on commit 35bd6ec

Please sign in to comment.