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 6dc407b commit 6c69ecbCopy full SHA for 6c69ecb
options.cmake
@@ -5,7 +5,6 @@ option(tidy "Run clang-tidy on the code")
5
option(find "find NetCDF libraries" ON)
6
7
option(nc4fortran_BUILD_TESTING "Build tests" ${nc4fortran_IS_TOP_LEVEL})
8
-option(CMAKE_TLS_VERIFY "Verify TLS certificates when downloading libraries" ON)
9
10
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)
11
scripts/CMakeLists.txt
@@ -11,8 +11,6 @@ endif()
12
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../cmake)
13
14
-set(CMAKE_TLS_VERIFY on)
15
-
16
# --- commence NetCDF build/install
17
18
0 commit comments