summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-15 21:57:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-15 21:57:50 (GMT)
commitdb3fe90abd9660f5fe94684f28ae9e48afb762e6 (patch)
treee2769e3a0334f3fcbf6ccda23ddb0117dcca4539
parent2e4e4f38e64a35d9d6e6ab6f45093e992e3a4ea8 (diff)
downloadhdf5-db3fe90abd9660f5fe94684f28ae9e48afb762e6.zip
hdf5-db3fe90abd9660f5fe94684f28ae9e48afb762e6.tar.gz
hdf5-db3fe90abd9660f5fe94684f28ae9e48afb762e6.tar.bz2
Add generated propoerty to H5lib_settings
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e511469..cc9fe7c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -965,6 +965,7 @@ add_custom_command (
DEPENDS H5make_libsettings
WORKING_DIRECTORY ${HDF5_BINARY_DIR}
)
+set_source_files_properties (${HDF5_BINARY_DIR}/H5lib_settings.c PROPERTIES GENERATED TRUE)
if (BUILD_SHARED_LIBS)
add_custom_command (
OUTPUT ${HDF5_BINARY_DIR}/shared/H5lib_settings.c
@@ -973,6 +974,7 @@ if (BUILD_SHARED_LIBS)
DEPENDS H5make_libsettings
WORKING_DIRECTORY ${HDF5_BINARY_DIR}
)
+ set_source_files_properties (${HDF5_BINARY_DIR}/shared/H5lib_settings.c PROPERTIES GENERATED TRUE)
endif ()
## all_packages="AC,B,B2,D,F,FA,FL,FS,HL,I,O,S,ST,T,Z"