Skip to content

Commit

Permalink
[CI] Fix unsupported MSVC version
Browse files Browse the repository at this point in the history
This was fixed upstream in conan-io/cmake-conan@6e5369d
  • Loading branch information
enen92 authored and kmilos committed Jun 17, 2024
1 parent 7bc748f commit 41f05b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/findDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 41f05b1

Please sign in to comment.