summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-12-15 00:15:14 (GMT)
committerGitHub <noreply@github.com>2020-12-15 00:15:14 (GMT)
commit2acfa58d892feb6e1155625744593aafe2ea7315 (patch)
treec6c23205d67810117505b337111034f0e0c45477 /CMakeInstallation.cmake
parent26c2a3484fe7defb80fd6423b1b3b7ee0000cad7 (diff)
downloadhdf5-2acfa58d892feb6e1155625744593aafe2ea7315.zip
hdf5-2acfa58d892feb6e1155625744593aafe2ea7315.tar.gz
hdf5-2acfa58d892feb6e1155625744593aafe2ea7315.tar.bz2
OESS-98 Update plugin build option (#172)
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index c07af86..2626264 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -245,19 +245,6 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED)
endif ()
endif ()
-if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
- if (CMAKE_HOST_UNIX)
- set (CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/HDF_Group/${HDF5_PACKAGE_NAME}/${HDF5_PACKAGE_VERSION}"
- CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
- else ()
- GetDefaultWindowsPrefixBase(CMAKE_GENERIC_PROGRAM_FILES)
- set (CMAKE_INSTALL_PREFIX
- "${CMAKE_GENERIC_PROGRAM_FILES}/HDF_Group/${HDF5_PACKAGE_NAME}/${HDF5_PACKAGE_VERSION}"
- CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
- set (CMAKE_GENERIC_PROGRAM_FILES)
- endif ()
-endif ()
-
#-----------------------------------------------------------------------------
# Set the cpack variables
#-----------------------------------------------------------------------------