summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-10 14:34:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-10 14:34:57 (GMT)
commita45f5f8f533ebebaa89c701679c3ee64c55a8820 (patch)
treec13143ea6bc8ddfb81bdf3a27fbfb952463b1340 /src
parentbbca1b6fc6f3e12613bc1235c440ec8fe368737e (diff)
parent1a4bda1bd824df2da1e8c3441881fb7fca6a4413 (diff)
downloadhdf5-a45f5f8f533ebebaa89c701679c3ee64c55a8820.zip
hdf5-a45f5f8f533ebebaa89c701679c3ee64c55a8820.tar.gz
hdf5-a45f5f8f533ebebaa89c701679c3ee64c55a8820.tar.bz2
Merge pull request #499 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10
* commit '1a4bda1bd824df2da1e8c3441881fb7fca6a4413': Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed the option from the CMake cache init files.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
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)