summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2017-12-07 17:48:11 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2017-12-07 17:48:11 (GMT)
commit758b9667b3e07a7562107f19f7dabee027e5bd53 (patch)
treeaa5bf402b01bb378be17a48b15e61291ad4927fe /release_docs/INSTALL_CMake.txt
parentb391e160b0429e7758efbb662ba1f89b28b4fe99 (diff)
parent6eab04894e88f7dcc0e684271328efc409a98662 (diff)
downloadhdf5-758b9667b3e07a7562107f19f7dabee027e5bd53.zip
hdf5-758b9667b3e07a7562107f19f7dabee027e5bd53.tar.gz
hdf5-758b9667b3e07a7562107f19f7dabee027e5bd53.tar.bz2
Merge pull request #817 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
HDFFV-10223 * commit '6eab04894e88f7dcc0e684271328efc409a98662': HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index 26750b5..f20ca43 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -594,7 +594,6 @@ HDF5_USE_FOLDERS "Enable folder grouping of projects in IDEs."
HDF5_WANT_DATA_ACCURACY "IF data accuracy is guaranteed during data conversions" ON
HDF5_WANT_DCONV_EXCEPTION "exception handling functions is checked during data conversions" ON
HDF5_ENABLE_THREADSAFE "Enable Threadsafety" OFF
-SKIP_HDF5_FORTRAN_SHARED "Do not build the fortran shared libraries" OFF
if (APPLE)
HDF5_BUILD_WITH_INSTALL_NAME "Build with library install_name set to the installation path" OFF
if (CMAKE_BUILD_TYPE MATCHES Debug)