diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-07 14:56:04 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-07 14:56:04 (GMT) |
commit | 6eab04894e88f7dcc0e684271328efc409a98662 (patch) | |
tree | aa5bf402b01bb378be17a48b15e61291ad4927fe /hl/fortran/test/CMakeTests.cmake | |
parent | b391e160b0429e7758efbb662ba1f89b28b4fe99 (diff) | |
download | hdf5-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 'hl/fortran/test/CMakeTests.cmake')
-rw-r--r-- | hl/fortran/test/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/test/CMakeTests.cmake b/hl/fortran/test/CMakeTests.cmake index 90cc3a3..d541377 100644 --- a/hl/fortran/test/CMakeTests.cmake +++ b/hl/fortran/test/CMakeTests.cmake @@ -96,7 +96,7 @@ else () endif () set_tests_properties (HL_FORTRAN_f90_tsttable PROPERTIES DEPENDS HL_FORTRAN_test-clear-objects) -if (BUILD_SHARED_LIBS AND NOT SKIP_HDF5_FORTRAN_SHARED) +if (BUILD_SHARED_LIBS) add_test ( NAME HL_FORTRAN_test-shared-clear-objects COMMAND ${CMAKE_COMMAND} |