diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-01 20:19:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 20:19:43 (GMT) |
commit | ebf89bb231cd5b41180e58facae485f819cc3cea (patch) | |
tree | c5ef2818893b7585a9d60ad409cdda0c3685cff4 /config/cmake_ext_mod/HDFMacros.cmake | |
parent | c72904c6b3ff04a48209c8e26dcce3007e2ddb40 (diff) | |
download | hdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.zip hdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.tar.gz hdf5-ebf89bb231cd5b41180e58facae485f819cc3cea.tar.bz2 |
Fix install config and java test name conflict (#1467)
Diffstat (limited to 'config/cmake_ext_mod/HDFMacros.cmake')
-rw-r--r-- | config/cmake_ext_mod/HDFMacros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake index 09492e7..0f9b367 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 |