Skip to content

Commit 06c2047

Browse files
author
Iason Nikolas
committed
Fix hash of cmake.conan version 18.1
1 parent 1e297f5 commit 06c2047

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)
1313
endif()
1414

0 commit comments

Comments
 (0)