[CI] Fix unsupported MSVC version

This was fixed upstream in 6e5369d137
main
enen92 1 year ago committed by Miloš Komarčević
parent 7bc748f0dc
commit 41f05b1db1

@ -2,7 +2,7 @@ if (CONAN_AUTO_INSTALL)
# Download automatically the cmake-conan integration file # Download automatically the cmake-conan integration file
if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") 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" "${CMAKE_BINARY_DIR}/conan.cmake"
TLS_VERIFY ON) TLS_VERIFY ON)
endif() endif()

Loading…
Cancel
Save