summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-19 16:42:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-19 16:42:04 (GMT)
commit5eafce2e048f8cfdc7ac008648623849304fcba5 (patch)
treed454b9943c6dd86827e8f1dce58b8d92fe7e0f72
parent4de09ba34dcd778aa44be6fc92f917558bc0d2e1 (diff)
downloadhdf5-5eafce2e048f8cfdc7ac008648623849304fcba5.zip
hdf5-5eafce2e048f8cfdc7ac008648623849304fcba5.tar.gz
hdf5-5eafce2e048f8cfdc7ac008648623849304fcba5.tar.bz2
Restore previous
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6ba72d7..96ea589 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -819,7 +819,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)