summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-14 13:10:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-14 13:10:38 (GMT)
commita18c0a882f54da3b61e1d54d16ec8dce0759cac1 (patch)
tree2b0a4beb5263bf9989e7bea5e13008406559df4c /CMakeLists.txt
parent60f1dc597b6dcd2965c50ad28c321d7c1f896896 (diff)
downloadhdf5-a18c0a882f54da3b61e1d54d16ec8dce0759cac1.zip
hdf5-a18c0a882f54da3b61e1d54d16ec8dce0759cac1.tar.gz
hdf5-a18c0a882f54da3b61e1d54d16ec8dce0759cac1.tar.bz2
TRILAB-192 correct fortran commands
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1fadc18..ca9747e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -716,9 +716,6 @@ if (BUILD_TESTING)
option (HDF_TEST_EXPRESS "Control testing framework (0-3)" "0")
mark_as_advanced (HDF_TEST_EXPRESS)
- option (TEST_SHARED_PROGRAMS "Enable testing of Shared programs" OFF)
- mark_as_advanced (TEST_SHARED_PROGRAMS)
-
enable_testing ()
include (CTest)