summaryrefslogtreecommitdiffstats
path: root/HDF5Examples
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-02-23 14:02:18 (GMT)
committerGitHub <noreply@github.com>2024-02-23 14:02:18 (GMT)
commit3fd1e90df69462a0d55b5d830e8eee663fcb44bb (patch)
treeeae5b5338f9480fab7b19cf47c74ab3e0bb48e6c /HDF5Examples
parent9a99fee91472d702bd7c50483c7141f720bcb21d (diff)
downloadhdf5-3fd1e90df69462a0d55b5d830e8eee663fcb44bb.zip
hdf5-3fd1e90df69462a0d55b5d830e8eee663fcb44bb.tar.gz
hdf5-3fd1e90df69462a0d55b5d830e8eee663fcb44bb.tar.bz2
Update and Add general INSTALL (#4016)
Diffstat (limited to 'HDF5Examples')
-rw-r--r--HDF5Examples/config/cmake/HDFMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/HDF5Examples/config/cmake/HDFMacros.cmake b/HDF5Examples/config/cmake/HDFMacros.cmake
index 59efbfb..b9ef2df 100644
--- a/HDF5Examples/config/cmake/HDFMacros.cmake
+++ b/HDF5Examples/config/cmake/HDFMacros.cmake
@@ -90,7 +90,7 @@ macro (HDFTEST_COPY_FILE src dest target)
endmacro ()
macro (HDF_DIR_PATHS package_prefix)
- option (H5EX_USE_GNU_DIRS "ON to use GNU Coding Standard install directory variables, OFF to use historical settings" OFF)
+ option (H5EX_USE_GNU_DIRS "ON to use GNU Coding Standard install directory variables, OFF to use historical settings" OFF)
if (H5EX_USE_GNU_DIRS)
include(GNUInstallDirs)
if (NOT ${package_prefix}_INSTALL_BIN_DIR)
@@ -121,7 +121,7 @@ macro (HDF_DIR_PATHS package_prefix)
endif ()
if (APPLE)
- option (${package_prefix}_BUILD_FRAMEWORKS "ON to build as frameworks libraries, OFF to build according to BUILD_SHARED_LIBS" OFF)
+ option (${package_prefix}_BUILD_FRAMEWORKS "ON to build as frameworks libraries, OFF to build according to BUILD_SHARED_LIBS" OFF)
endif ()
if (NOT ${package_prefix}_INSTALL_BIN_DIR)