Skip to content

Commit

Permalink
Fix hash of cmake.conan version 18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iason Nikolas authored and aminya committed Jul 21, 2023
1 parent cc32b20 commit f25b193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ macro(run_conan)
file(
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.18.1/conan.cmake"
"${CMAKE_BINARY_DIR}/conan.cmake"
EXPECTED_HASH SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
EXPECTED_HASH SHA256=5cdb3042632da3efff558924eecefd580a0e786863a857ca097c3d1d43df5dcd
# TLS_VERIFY ON # fails on some systems
)
endif()
Expand Down

0 comments on commit f25b193

Please sign in to comment.