We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc748f commit 41f05b1Copy full SHA for 41f05b1
cmake/findDependencies.cmake
@@ -2,7 +2,7 @@ if (CONAN_AUTO_INSTALL)
2
# Download automatically the cmake-conan integration file
3
if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
4
message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan")
5
- 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"
6
"${CMAKE_BINARY_DIR}/conan.cmake"
7
TLS_VERIFY ON)
8
endif()
0 commit comments