diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-13 19:57:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-13 19:57:55 (GMT) |
commit | 05af70b235a4d06a5c441a0728ae8fca6926a72e (patch) | |
tree | 86f97a5ded1b5c0618ff8abe4177571fe6a1ad46 /CMakeInstallation.cmake | |
parent | cc2a1e085b983a10c373687504d67a361e45af84 (diff) | |
download | hdf5-05af70b235a4d06a5c441a0728ae8fca6926a72e.zip hdf5-05af70b235a4d06a5c441a0728ae8fca6926a72e.tar.gz hdf5-05af70b235a4d06a5c441a0728ae8fca6926a72e.tar.bz2 |
Restore GEN_HDRS and remove cache sets for defaults
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r-- | CMakeInstallation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 70638d6..8804964 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -478,7 +478,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;/") |