summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-03-28 21:41:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-03-28 21:41:43 (GMT)
commit0ccedf94da60cb209f388344301b03a3ab4417ca (patch)
treeee148b6d6cfc70f471f96450e34e51e56d5f6ece /config/cmake/cacheinit.cmake
parent657c407a2f1788cc9e841311b3d1960bb26753a6 (diff)
downloadhdf5-0ccedf94da60cb209f388344301b03a3ab4417ca.zip
hdf5-0ccedf94da60cb209f388344301b03a3ab4417ca.tar.gz
hdf5-0ccedf94da60cb209f388344301b03a3ab4417ca.tar.bz2
Allow option to select NAMESPACE
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rw-r--r--config/cmake/cacheinit.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index d5c5e52..9b59de3 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -19,6 +19,8 @@ set (CMAKE_INSTALL_FRAMEWORK_PREFIX "Library/Frameworks" CACHE STRING "Framework
set (HDF_PACKAGE_EXT "" CACHE STRING "Name of HDF package extension" FORCE)
+set (HDF_PACKAGE_NAMESPACE "${HDF5_PACKAGE}::" CACHE STRING "Name for HDF package namespace" FORCE)
+
set (HDF5_BUILD_FORTRAN ON CACHE BOOL "Build FORTRAN support" FORCE)
set (HDF5_BUILD_GENERATORS ON CACHE BOOL "Build Test Generators" FORCE)