summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2021-11-22 21:11:48 (GMT)
committermainzer <mainzer#hdfgroup.org>2021-11-22 21:11:48 (GMT)
commit68c00b3fa1c0f4ba9b8e9724beb1d0b0b31f69ad (patch)
tree0ac1b135f2c8a8bd9dbb980ebdbeb36dcf89f2c2 /config/cmake/cacheinit.cmake
parent65d6d256cf9d04dbeb275025cc2b01d0f36ed3f1 (diff)
parent2a5d2a27c492170f84d89b7725df4983fe6466a8 (diff)
downloadhdf5-68c00b3fa1c0f4ba9b8e9724beb1d0b0b31f69ad.zip
hdf5-68c00b3fa1c0f4ba9b8e9724beb1d0b0b31f69ad.tar.gz
hdf5-68c00b3fa1c0f4ba9b8e9724beb1d0b0b31f69ad.tar.bz2
Merge remote-tracking branch 'origin/selection_io' into selection_io_with_subfiling_vfd
and resolved conflicts. Note that H5S_get_validated_dataspace() in H5S.c was removed. Re-inserted this function for now. Update testpar/t_subfiling_vfd.c to set HD_enable_selection_io_g. Uses MPI flag on the sub-filing VFD is still not set, as the VFD seg faults if it is. Tested parallel / debug on Charis and Jelly.
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 fc85277..e423deb 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -21,6 +21,8 @@ set (HDF_PACKAGE_EXT "" CACHE STRING "Name of HDF package extension" FORCE)
set (HDF_PACKAGE_NAMESPACE "hdf5::" CACHE STRING "Name for HDF package namespace (can be empty)" FORCE)
+set (HDF5_BUILD_CPP_LIB ON CACHE BOOL "Build C++ support" FORCE)
+
set (HDF5_BUILD_FORTRAN ON CACHE BOOL "Build FORTRAN support" FORCE)
set (HDF5_INSTALL_MOD_FORTRAN "NO" CACHE STRING "Copy FORTRAN mod files to include directory (NO SHARED STATIC)" FORCE)