summaryrefslogtreecommitdiffstats
path: root/fortran/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-12-07 14:56:04 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-12-07 14:56:04 (GMT)
commit6eab04894e88f7dcc0e684271328efc409a98662 (patch)
treeaa5bf402b01bb378be17a48b15e61291ad4927fe /fortran/test/CMakeTests.cmake
parentb391e160b0429e7758efbb662ba1f89b28b4fe99 (diff)
downloadhdf5-6eab04894e88f7dcc0e684271328efc409a98662.zip
hdf5-6eab04894e88f7dcc0e684271328efc409a98662.tar.gz
hdf5-6eab04894e88f7dcc0e684271328efc409a98662.tar.bz2
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
This is now fixed via the HDFFV-10325 fix.
Diffstat (limited to 'fortran/test/CMakeTests.cmake')
-rw-r--r--fortran/test/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/CMakeTests.cmake b/fortran/test/CMakeTests.cmake
index e171e7c..4d06359 100644
--- a/fortran/test/CMakeTests.cmake
+++ b/fortran/test/CMakeTests.cmake
@@ -132,7 +132,7 @@ set_tests_properties (FORTRAN_fflush1 PROPERTIES DEPENDS FORTRAN_testhdf5-clear-
add_test (NAME FORTRAN_fflush2 COMMAND $<TARGET_FILE:fflush2>)
set_tests_properties (FORTRAN_fflush2 PROPERTIES DEPENDS FORTRAN_fflush1)
-if (BUILD_SHARED_LIBS AND NOT SKIP_HDF5_FORTRAN_SHARED)
+if (BUILD_SHARED_LIBS)
add_test (
NAME FORTRAN_testhdf5-shared-clear-objects
COMMAND ${CMAKE_COMMAND}