diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-06 15:40:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 15:40:08 (GMT) |
commit | 9f2a3b18692a97d1168af78dcc99ef8c04e322a0 (patch) | |
tree | 7e74763553c27fe2fc007151262922ab53fb5714 /config/cmake/mccacheinit.cmake | |
parent | 2b278e29f5959d6b2d710c5d2006d4b16a081e6b (diff) | |
download | hdf5-9f2a3b18692a97d1168af78dcc99ef8c04e322a0.zip hdf5-9f2a3b18692a97d1168af78dcc99ef8c04e322a0.tar.gz hdf5-9f2a3b18692a97d1168af78dcc99ef8c04e322a0.tar.bz2 |
Update actions and change defaults of compression (fix vars) (#3044)
Diffstat (limited to 'config/cmake/mccacheinit.cmake')
-rw-r--r-- | config/cmake/mccacheinit.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake index dcd7ca6..dd0c9ec 100644 --- a/config/cmake/mccacheinit.cmake +++ b/config/cmake/mccacheinit.cmake @@ -11,9 +11,9 @@ # # This is the CMakeCache file. -######################### +######################## # EXTERNAL cache entries -######################### +######################## set (CMAKE_INSTALL_FRAMEWORK_PREFIX "Library/Frameworks" CACHE STRING "Frameworks installation directory" FORCE) |