summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-13 20:14:53 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-13 20:14:53 (GMT)
commit321268049c3a5d167f26f8b6a6222277c2aa78b3 (patch)
treee11980d39eeb22f173c12194a19af9a816f1e6dc /CMakeInstallation.cmake
parent11a16203c5617cd58c4ab64ed08c3f01129d1707 (diff)
downloadhdf5-321268049c3a5d167f26f8b6a6222277c2aa78b3.zip
hdf5-321268049c3a5d167f26f8b6a6222277c2aa78b3.tar.gz
hdf5-321268049c3a5d167f26f8b6a6222277c2aa78b3.tar.bz2
Remove cache sets for defaults, cleanup cmake files
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index a16368f..96e4f0d 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -8,7 +8,7 @@
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
-
+#
include (CMakePackageConfigHelpers)
#-----------------------------------------------------------------------------
@@ -460,7 +460,7 @@ The HDF5 data model, file format, API, library, and tools are open and distribut
set (CPACK_INSTALL_CMAKE_PROJECTS "${HDF5_BINARY_DIR};HDF5;ALL;/")
if (HDF5_PACKAGE_EXTLIBS)
- if (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "SVN" OR HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "TGZ")
+ if (HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "GIT" OR HDF5_ALLOW_EXTERNAL_SUPPORT MATCHES "TGZ")
if (ZLIB_FOUND AND ZLIB_USE_EXTERNAL)
if (WIN32)
set (CPACK_INSTALL_CMAKE_PROJECTS "${CPACK_INSTALL_CMAKE_PROJECTS};${ZLIB_INCLUDE_DIR_GEN};ZLIB;ALL;/")