diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-04-27 19:18:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-04-27 19:18:18 (GMT) |
commit | 80d57c242a15edd983673e9bad4e966c72975289 (patch) | |
tree | b76cd774a22205115cbaed72e8d26bf044a31974 /config/cmake/cacheinit.cmake | |
parent | c2729b6ad13170d7311848ecba2483515e113825 (diff) | |
download | hdf5-80d57c242a15edd983673e9bad4e966c72975289.zip hdf5-80d57c242a15edd983673e9bad4e966c72975289.tar.gz hdf5-80d57c242a15edd983673e9bad4e966c72975289.tar.bz2 |
Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed
the option from the CMake cache init files.
Fixes HDFFV-10184
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rw-r--r-- | config/cmake/cacheinit.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake index c923283..6a66c8a 100644 --- a/config/cmake/cacheinit.cmake +++ b/config/cmake/cacheinit.cmake @@ -17,8 +17,6 @@ set (CMAKE_INSTALL_FRAMEWORK_PREFIX "Library/Frameworks" CACHE STRING "Frameworks installation directory" FORCE) -set (HDF5_GENERATE_HEADERS ON CACHE BOOL "Rebuild Generated Files" FORCE) - set (HDF_PACKAGE_EXT "" CACHE STRING "Name of HDF package extension" FORCE) set (HDF5_BUILD_FORTRAN ON CACHE BOOL "Build FORTRAN support" FORCE) |