From 6ccc207aa7a84a6f47c31048a93541e9ce2802b2 Mon Sep 17 00:00:00 2001 From: Mario Kneidinger Date: Tue, 18 Jun 2019 19:53:56 +0200 Subject: [PATCH] Use latest conan.cmake for VS 2019 compatibility --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e1569..e859f62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") file( DOWNLOAD - "https://raw.githubusercontent.com/conan-io/cmake-conan/v0.12/conan.cmake" + "https://raw.githubusercontent.com/conan-io/cmake-conan/v0.14/conan.cmake" "${CMAKE_BINARY_DIR}/conan.cmake") endif()