We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0919f8b + 1a42401 commit 421d9a1Copy full SHA for 421d9a1
1 file changed
src/Conan.cmake
@@ -9,7 +9,7 @@ macro(run_conan)
9
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
10
"${CMAKE_BINARY_DIR}/conan.cmake"
11
EXPECTED_HASH SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
12
- TLS_VERIFY ON
+ # TLS_VERIFY ON # fails on some systems
13
)
14
endif()
15
0 commit comments