Skip to content

Commit 41f05b1

Browse files
enen92kmilos
authored andcommitted
[CI] Fix unsupported MSVC version
This was fixed upstream in conan-io/cmake-conan@6e5369d
1 parent 7bc748f commit 41f05b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/findDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if (CONAN_AUTO_INSTALL)
22
# Download automatically the cmake-conan integration file
33
if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
44
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"
5+
file(DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/develop/conan.cmake"
66
"${CMAKE_BINARY_DIR}/conan.cmake"
77
TLS_VERIFY ON)
88
endif()

0 commit comments

Comments
 (0)