diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-14 16:49:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-14 16:49:31 (GMT) |
commit | ac3b230f0b84124e37cea1fb7f5942e8c27970d3 (patch) | |
tree | 0e66ec1bd776059189ed7f65beb7dec644f98740 | |
parent | af499b53eb938781a306676787c3bcf97e44d8c2 (diff) | |
download | hdf5-ac3b230f0b84124e37cea1fb7f5942e8c27970d3.zip hdf5-ac3b230f0b84124e37cea1fb7f5942e8c27970d3.tar.gz hdf5-ac3b230f0b84124e37cea1fb7f5942e8c27970d3.tar.bz2 |
[svn-r20239] Add HDFGroup to PACKAGE_NAME, as parent folder name for CPack installation configuration.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d102bb..2422979 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -918,7 +918,7 @@ ENDIF (NOT HDF5_EXTERNALLY_CONFIGURED) IF (NOT HDF5_EXTERNALLY_CONFIGURED) SET (CPACK_PACKAGE_VENDOR "The HDF Group") SET (CPACK_PACKAGE_NAME "${HDF5_PACKAGE_NAME}") - SET (CPACK_PACKAGE_INSTALL_DIRECTORY "${HDF5_PACKAGE_NAME}") + SET (CPACK_PACKAGE_INSTALL_DIRECTORY "HDFGroup/${HDF5_PACKAGE_NAME}") SET (CPACK_PACKAGE_VERSION "${HDF5_PACKAGE_VERSION}") SET (CPACK_PACKAGE_VERSION_MAJOR "${HDF5_PACKAGE_VERSION_MAJOR}") SET (CPACK_PACKAGE_VERSION_MINOR "${HDF5_PACKAGE_VERSION_MINOR}") |