diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 18:40:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-29 18:40:52 (GMT) |
commit | f837afc8758c7c0394e2f40d636a8e6319b6b668 (patch) | |
tree | 52d5684ef348d58092a1f055481eecc05473651d /config/cmake/CTestScript.cmake | |
parent | 468fbc36f1b02087d6567da7b905b80019cda3bc (diff) | |
download | hdf5-f837afc8758c7c0394e2f40d636a8e6319b6b668.zip hdf5-f837afc8758c7c0394e2f40d636a8e6319b6b668.tar.gz hdf5-f837afc8758c7c0394e2f40d636a8e6319b6b668.tar.bz2 |
Update reference files for CMake options
Diffstat (limited to 'config/cmake/CTestScript.cmake')
-rwxr-xr-x | config/cmake/CTestScript.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cmake/CTestScript.cmake b/config/cmake/CTestScript.cmake index c59b10c..a8b7bbc 100755 --- a/config/cmake/CTestScript.cmake +++ b/config/cmake/CTestScript.cmake @@ -63,13 +63,6 @@ if (APPLE) set (ENV{CC} "${XCODE_CC}") set (ENV{CXX} "${XCODE_CXX}") - if (NOT NO_MAC_FORTRAN) - # Shared fortran is not supported, build static - set (BUILD_OPTIONS "${BUILD_OPTIONS} -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_ANSI_CFLAGS:STRING=-fPIC") - else () - set (BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF5_BUILD_FORTRAN:BOOL=OFF") - endif () - set (BUILD_OPTIONS "${BUILD_OPTIONS} -DCTEST_USE_LAUNCHERS:BOOL=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF") endif () |