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 b87e64a commit 3bea067Copy full SHA for 3bea067
options.cmake
@@ -4,18 +4,16 @@ option(find_hdf5 "search for HDF5 and Zlib" true)
4
5
option(benchmark "Run benchmarks")
6
7
-option(${PROJECT_NAME}_BUILD_TESTING "Build tests" ${PROJECT_IS_TOP_LEVEL})
+option(h5fortran_BUILD_TESTING "Build tests" ${h5fortran_IS_TOP_LEVEL})
8
if(benchmark)
9
- set(${PROJECT_NAME}_BUILD_TESTING true)
+ set(h5fortran_BUILD_TESTING true)
10
endif()
11
12
option(coverage "Code coverage tests")
13
option(tidy "Run clang-tidy on the code")
14
15
option(hdf5_parallel "use HDF5-MPI layer" true)
16
17
-option(CMAKE_TLS_VERIFY "Verify TLS certificates" true)
18
-
19
include(GNUInstallDirs)
20
21
set_property(DIRECTORY PROPERTY EP_UPDATE_DISCONNECTED true)
0 commit comments