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 (BUILD_SHARED_LIBS OFF CACHE BOOL "Build Shared Libraries" FORCE)
set (BUILD_TESTING ON CACHE BOOL "Build HDF5 Unit Testing" FORCE)