Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed

the option from the CMake cache init files.

Fixes HDFFV-10184
This commit is contained in:
Dana Robinson
2017-04-27 15:18:18 -04:00
parent c2729b6ad1
commit 80d57c242a
4 changed files with 2 additions and 7 deletions

View File

@@ -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)