Skip to content

Commit 421d9a1

Browse files
authored
Merge pull request #229 from aminya/conan-tls
2 parents 0919f8b + 1a42401 commit 421d9a1

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
@@ -9,7 +9,7 @@ macro(run_conan)
99
DOWNLOAD "https://raw.githubusercontent.com/conan-io/cmake-conan/0.17.0/conan.cmake"
1010
"${CMAKE_BINARY_DIR}/conan.cmake"
1111
EXPECTED_HASH SHA256=3bef79da16c2e031dc429e1dac87a08b9226418b300ce004cc125a82687baeef
12-
TLS_VERIFY ON
12+
# TLS_VERIFY ON # fails on some systems
1313
)
1414
endif()
1515

0 commit comments

Comments
 (0)