From 6ed9f38ca54f7c385a5a938462ff2629c0c57210 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 11 Jan 2019 07:14:42 +0200 Subject: [PATCH] Change pdimov/mincmake to boostorg/mincmake in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 689f317..90ce718 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}" )