summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestScript.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-29 18:40:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-29 18:40:52 (GMT)
commitf837afc8758c7c0394e2f40d636a8e6319b6b668 (patch)
tree52d5684ef348d58092a1f055481eecc05473651d /config/cmake/CTestScript.cmake
parent468fbc36f1b02087d6567da7b905b80019cda3bc (diff)
downloadhdf5-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-xconfig/cmake/CTestScript.cmake7
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 ()