Skip to content

Commit

Permalink
use env var CMAKE_TLS_VERIFY
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 6, 2024
1 parent 6dc407b commit 6c69ecb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ option(tidy "Run clang-tidy on the code")
option(find "find NetCDF libraries" ON)

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

set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)

Expand Down
2 changes: 0 additions & 2 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ endif()

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

set(CMAKE_TLS_VERIFY on)

# --- commence NetCDF build/install
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)

Expand Down

0 comments on commit 6c69ecb

Please sign in to comment.