1
0
forked from boostorg/mp11

Change pdimov/mincmake to boostorg/mincmake in CMakeLists.txt

This commit is contained in:
Peter Dimov
2019-01-11 07:14:42 +02:00
parent 6ab64c66e2
commit 6ed9f38ca5

View File

@@ -24,7 +24,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
message(STATUS "Fetching ${name}")
file(DOWNLOAD
"https://raw.githubusercontent.com/pdimov/mincmake/master/${name}"
"https://raw.githubusercontent.com/boostorg/mincmake/master/${name}"
"${CMAKE_BINARY_DIR}/fetch_and_include/${name}"
)