diff --git a/cmake/findDependencies.cmake b/cmake/findDependencies.cmake index 5e116730ef..ad6b8088cf 100644 --- a/cmake/findDependencies.cmake +++ b/cmake/findDependencies.cmake @@ -2,7 +2,7 @@ if (CONAN_AUTO_INSTALL) # Download automatically the cmake-conan integration file if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") - file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/master/conan.cmake" + file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/develop/conan.cmake" "${CMAKE_BINARY_DIR}/conan.cmake" TLS_VERIFY ON) endif()