diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-15 18:49:53 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-15 18:49:53 (GMT) |
commit | 2e4e4f38e64a35d9d6e6ab6f45093e992e3a4ea8 (patch) | |
tree | ed14cd9488bebc3fcf53ec1b1ed54bb154b28ee4 | |
parent | 689f184345d9014f5725b8bc7f96945e78001a2f (diff) | |
download | hdf5-2e4e4f38e64a35d9d6e6ab6f45093e992e3a4ea8.zip hdf5-2e4e4f38e64a35d9d6e6ab6f45093e992e3a4ea8.tar.gz hdf5-2e4e4f38e64a35d9d6e6ab6f45093e992e3a4ea8.tar.bz2 |
HDFFV-10603 patch 6
-rw-r--r-- | CMakeInstallation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 2339049..464477b 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -125,7 +125,7 @@ else () endif () configure_file ( ${HDF_RESOURCES_DIR}/libhdf5.settings.cmake.in - ${HDF5_BINARY_DIR}/libhdf5.settings @ONLY + ${HDF5_BINARY_DIR}/libhdf5.settings ESCAPE_QUOTES @ONLY ) install ( FILES ${HDF5_BINARY_DIR}/libhdf5.settings |