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 /src/CMakeLists.txt | |
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 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e2acd30..178c954 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -816,7 +816,7 @@ set (H5_GENERATED_HEADERS ${HDF5_SRC_DIR}/H5overflow.h ) -option (HDF5_GENERATE_HEADERS "Rebuild Generated Files" OFF) +option (HDF5_GENERATE_HEADERS "Rebuild Generated Files" ON) if (HDF5_GENERATE_HEADERS) set_source_files_properties(${H5_GENERATED_HEADERS} PROPERTIES GENERATED TRUE) find_package (Perl) |