From 1318c7549ac6038f1f8c05e62828c770d694af2b Mon Sep 17 00:00:00 2001 From: czoido Date: Fri, 10 Jul 2020 17:03:17 +0200 Subject: [PATCH] fix old repo comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 24a6a9d2..f41b0012 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(FormatOutput) add_definitions("-std=c++11") # if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") -# message(STATUS "Downloading conan.cmake from https://github.com/memsharded/cmake-conan") +# message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") # file(DOWNLOAD "https://github.com/conan-io/cmake-conan/raw/master/conan.cmake" # "${CMAKE_BINARY_DIR}/conan.cmake") # endif()