Skip to content

Commit 6c69ecb

Browse files
committed
use env var CMAKE_TLS_VERIFY
1 parent 6dc407b commit 6c69ecb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

options.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ option(tidy "Run clang-tidy on the code")
55
option(find "find NetCDF libraries" ON)
66

77
option(nc4fortran_BUILD_TESTING "Build tests" ${nc4fortran_IS_TOP_LEVEL})
8-
option(CMAKE_TLS_VERIFY "Verify TLS certificates when downloading libraries" ON)
98

109
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)
1110

scripts/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ endif()
1111

1212
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../cmake)
1313

14-
set(CMAKE_TLS_VERIFY on)
15-
1614
# --- commence NetCDF build/install
1715
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)
1816

0 commit comments

Comments
 (0)