Skip to content

Commit 42beabd

Browse files
committed
Update conan.cmake version for package test
1 parent 82e7389 commit 42beabd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda/cmake-package-test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ if(NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake")
1818
)
1919
file(
2020
DOWNLOAD
21-
"https://raw.githubusercontent.com/conan-io/cmake-conan/v0.16.1/conan.cmake"
21+
"https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
2222
"${CMAKE_BINARY_DIR}/conan.cmake"
2323
EXPECTED_HASH
24-
SHA256=396e16d0f5eabdc6a14afddbcfff62a54a7ee75c6da23f32f7a31bc85db23484
24+
SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
2525
TLS_VERIFY ON
2626
)
2727
endif()

0 commit comments

Comments
 (0)