Skip to content

Commit 0625c2a

Browse files
committed
1 parent 9fb7549 commit 0625c2a

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci
22

33
env:
4+
CMAKE_TLS_VERIFY: true
45
HOMEBREW_NO_INSTALL_CLEANUP: 1
56
CTEST_NO_TESTS_ACTION: error
67
CTEST_PARALLEL_LEVEL: 4

.github/workflows/ci_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build
22

33
env:
4+
CMAKE_TLS_VERIFY: true
45
HOMEBREW_NO_INSTALL_CLEANUP: 1
56
CTEST_NO_TESTS_ACTION: error
67
CTEST_PARALLEL_LEVEL: 0

options.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ option(tidy "Run clang-tidy on the code")
1010
option(matlab "check HDF5 file writes with Matlab")
1111
option(concepts "conceptual testing, for devs only" off)
1212

13-
option(CMAKE_TLS_VERIFY "Verify TLS certificates" on)
14-
1513
option(h5fortran_BUILD_TESTING "build tests" ${h5fortran_IS_TOP_LEVEL})
1614

1715
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)

scripts/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ LANGUAGES C Fortran
77

88
option(hdf5_parallel "build HDF5 parallel MPI")
99
option(zlib_legacy "use legacy zlib 1.x")
10-
option(CMAKE_TLS_VERIFY "verify TLS cert" on)
1110

1211
# --- system checks
1312
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)

0 commit comments

Comments
 (0)