Skip to content

Commit 3bea067

Browse files
committed
use env var CMAKE_TLS_VERIFY
1 parent b87e64a commit 3bea067

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

options.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ option(find_hdf5 "search for HDF5 and Zlib" true)
44

55
option(benchmark "Run benchmarks")
66

7-
option(${PROJECT_NAME}_BUILD_TESTING "Build tests" ${PROJECT_IS_TOP_LEVEL})
7+
option(h5fortran_BUILD_TESTING "Build tests" ${h5fortran_IS_TOP_LEVEL})
88
if(benchmark)
9-
set(${PROJECT_NAME}_BUILD_TESTING true)
9+
set(h5fortran_BUILD_TESTING true)
1010
endif()
1111

1212
option(coverage "Code coverage tests")
1313
option(tidy "Run clang-tidy on the code")
1414

1515
option(hdf5_parallel "use HDF5-MPI layer" true)
1616

17-
option(CMAKE_TLS_VERIFY "Verify TLS certificates" true)
18-
1917
include(GNUInstallDirs)
2018

2119
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)

0 commit comments

Comments
 (0)