summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5_Examples_options.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-12 15:59:21 (GMT)
committerGitHub <noreply@github.com>2021-08-12 15:59:21 (GMT)
commit7a0776dcff17330f2999420de888fd156a24239b (patch)
tree95da7357131b758241b6c28fec20951280b0f29e /config/cmake/HDF5_Examples_options.cmake
parent66ac0cfaaa1f5b999cfff3cf322a0a0eb573fdf3 (diff)
downloadhdf5-7a0776dcff17330f2999420de888fd156a24239b.zip
hdf5-7a0776dcff17330f2999420de888fd156a24239b.tar.gz
hdf5-7a0776dcff17330f2999420de888fd156a24239b.tar.bz2
Update examples source version (#895)
Diffstat (limited to 'config/cmake/HDF5_Examples_options.cmake')
-rwxr-xr-xconfig/cmake/HDF5_Examples_options.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/cmake/HDF5_Examples_options.cmake b/config/cmake/HDF5_Examples_options.cmake
index 236a814..cdd49eb 100755
--- a/config/cmake/HDF5_Examples_options.cmake
+++ b/config/cmake/HDF5_Examples_options.cmake
@@ -52,12 +52,14 @@
### enable parallel program builds
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF_ENABLE_PARALLEL:BOOL=ON")
+#############################################################################################
+### match the hdf5 library namespace
+set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_NAMESPACE:STRING=hdf5::")
#############################################################################################
### enable threadsafe program builds
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF_ENABLE_THREADSAFE:BOOL=ON")
-
#############################################################################################
### enable test program builds, requires reference files in testfiles subdirectory
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DBUILD_TESTING:BOOL=ON")