Skip to content

Commit f25b193

Browse files
Iason Nikolasaminya
authored andcommitted
Fix hash of cmake.conan version 18.1
1 parent cc32b20 commit f25b193

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
@@ -8,7 +8,7 @@ macro(run_conan)
88
file(
99
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.18.1/conan.cmake"
1010
"${CMAKE_BINARY_DIR}/conan.cmake"
11-
EXPECTED_HASH SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
11+
EXPECTED_HASH SHA256=5cdb3042632da3efff558924eecefd580a0e786863a857ca097c3d1d43df5dcd
1212
# TLS_VERIFY ON # fails on some systems
1313
)
1414
endif()

0 commit comments

Comments
 (0)