We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e7389 commit 42beabdCopy full SHA for 42beabd
conda/cmake-package-test/CMakeLists.txt
@@ -18,10 +18,10 @@ if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
18
)
19
file(
20
DOWNLOAD
21
- "https://raw.githubusercontent.com/conan-io/cmake-conan/v0.16.1/conan.cmake"
+ "https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
22
"${CMAKE_BINARY_DIR}/conan.cmake"
23
EXPECTED_HASH
24
- SHA256=396e16d0f5eabdc6a14afddbcfff62a54a7ee75c6da23f32f7a31bc85db23484
+ SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
25
TLS_VERIFY ON
26
27
endif()
0 commit comments