summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5ExampleCache.cmake
diff options
context:
space:
mode:
authorGlenn Song <43005495+glennsong09@users.noreply.github.com>2024-02-14 13:37:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 22:11:04 (GMT)
commit8837ed7bc22f8ef98df805b5f0a8bfcd32208099 (patch)
treebf6e64789dc2c5ed3bde5ce489aa3063acc16bc8 /config/cmake/HDF5ExampleCache.cmake
parent1ac9bd3afb9a3f19d1193d2eb97ebd06f462ffe3 (diff)
downloadhdf5-8837ed7bc22f8ef98df805b5f0a8bfcd32208099.zip
hdf5-8837ed7bc22f8ef98df805b5f0a8bfcd32208099.tar.gz
hdf5-8837ed7bc22f8ef98df805b5f0a8bfcd32208099.tar.bz2
Update install texts (#4010)
* Update INSTALL_CMake.txt as necessary * Update remaining docs that use HDF5_USE_GNU_DIRS * Update options in HDFMacros in HDF5Examples
Diffstat (limited to 'config/cmake/HDF5ExampleCache.cmake')
-rw-r--r--config/cmake/HDF5ExampleCache.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5ExampleCache.cmake b/config/cmake/HDF5ExampleCache.cmake
index 6ac9cc0..7c3bf13 100644
--- a/config/cmake/HDF5ExampleCache.cmake
+++ b/config/cmake/HDF5ExampleCache.cmake
@@ -14,7 +14,7 @@ set (HDF_BUILD_CPP_LIB ${HDF5_BUILD_CPP_LIB} CACHE BOOL "Build HDF5 C++ Library"
set (HDF_BUILD_HL_LIB ${HDF5_BUILD_HL_LIB} CACHE BOOL "Build HIGH Level examples" FORCE)
set (HDF_ENABLE_THREADSAFE ${HDF5_ENABLE_THREADSAFE} CACHE BOOL "Enable examples thread-safety" FORCE)
set (HDF_ENABLE_PARALLEL ${HDF5_ENABLE_PARALLEL} CACHE BOOL "Enable examples parallel build (requires MPI)" FORCE)
-set (H5EX_USE_GNU_DIRS ${HDF5_USE_GNU_DIRS} CACHE BOOL "TRUE to use GNU Coding Standard install directory variables, FALSE to use historical settings" FORCE)
+set (H5EX_USE_GNU_DIRS ${HDF5_USE_GNU_DIRS} CACHE BOOL "ON to use GNU Coding Standard install directory variables, OFF to use historical settings" FORCE)
#preset HDF5 cache vars to this projects libraries instead of searching
set (H5EX_HDF5_HEADER "H5pubconf.h" CACHE STRING "Name of HDF5 header" FORCE)