Skip to content

Commit 01617a6

Browse files
Jason5480aminya
authored andcommitted
Update Conan.cmake
Update to the latest available version to overcome some windows related problems during build.
1 parent 1114bf9 commit 01617a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Conan.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ macro(run_conan)
66
if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
77
message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan")
88
file(
9-
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
9+
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.18.1/conan.cmake"
1010
"${CMAKE_BINARY_DIR}/conan.cmake"
1111
EXPECTED_HASH SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
1212
TLS_VERIFY ON

0 commit comments

Comments
 (0)