summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-12 18:37:29 (GMT)
committerGitHub <noreply@github.com>2022-03-12 18:37:29 (GMT)
commit2ad70782bea62091e25d64c39405b15d3dddef21 (patch)
tree12ea2ba26115ccfab0aec67d6ad5137b0a96293f /config/cmake_ext_mod/HDFMacros.cmake
parenta06b7ebb34d3ec2e883dce77bb87a6770d141fa1 (diff)
downloadhdf5-2ad70782bea62091e25d64c39405b15d3dddef21.zip
hdf5-2ad70782bea62091e25d64c39405b15d3dddef21.tar.gz
hdf5-2ad70782bea62091e25d64c39405b15d3dddef21.tar.bz2
1.10 Update HDF5_ROOT usage (#1487)
* Update HDF5_ROOT usage * Fix typo
Diffstat (limited to 'config/cmake_ext_mod/HDFMacros.cmake')
-rw-r--r--config/cmake_ext_mod/HDFMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake
index d25e97a..53e9f8f 100644
--- a/config/cmake_ext_mod/HDFMacros.cmake
+++ b/config/cmake_ext_mod/HDFMacros.cmake
@@ -356,7 +356,7 @@ macro (HDF_DIR_PATHS package_prefix)
endif ()
endif ()
if (NOT ${package_prefix}_INSTALL_CMAKE_DIR)
- set (${package_prefix}_INSTALL_CMAKE_DIR share/cmake)
+ set (${package_prefix}_INSTALL_CMAKE_DIR cmake)
endif ()
# Always use full RPATH, i.e. don't skip the full RPATH for the build tree