diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-04-27 19:18:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-04-27 20:10:52 (GMT) |
commit | 1a4bda1bd824df2da1e8c3441881fb7fca6a4413 (patch) | |
tree | 8ceeaeac4bf4befe657d2a7e8011b5b63f692015 /config/cmake/mccacheinit.cmake | |
parent | 500fe19d36f924a6c8d95daec336ef6c937cec5c (diff) | |
download | hdf5-1a4bda1bd824df2da1e8c3441881fb7fca6a4413.zip hdf5-1a4bda1bd824df2da1e8c3441881fb7fca6a4413.tar.gz hdf5-1a4bda1bd824df2da1e8c3441881fb7fca6a4413.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/mccacheinit.cmake')
-rw-r--r-- | config/cmake/mccacheinit.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake index 1f60a01..3f0dd4f 100644 --- a/config/cmake/mccacheinit.cmake +++ b/config/cmake/mccacheinit.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 (BUILD_SHARED_LIBS OFF CACHE BOOL "Build Shared Libraries" FORCE) set (BUILD_TESTING ON CACHE BOOL "Build HDF5 Unit Testing" FORCE) |