summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-13 19:21:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-13 19:21:33 (GMT)
commit6f9490e444f28dc02be640834084473ea8f04328 (patch)
treeeab88df6b0153b42f2c114fcab90746f2421aec7
parente884d06060c4b41abefe6746d772c20b84d84683 (diff)
downloadhdf5-6f9490e444f28dc02be640834084473ea8f04328.zip
hdf5-6f9490e444f28dc02be640834084473ea8f04328.tar.gz
hdf5-6f9490e444f28dc02be640834084473ea8f04328.tar.bz2
[svn-r19950] Correct CPack confusion with the same for two different functions (not case-sensitive)
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11e03e2..a1eb395 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -979,7 +979,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED)
${HDF5_SOURCE_DIR}/COPYING
${HDF5_SOURCE_DIR}/README.txt
DESTINATION ${HDF5_INSTALL_DATA_DIR}
- COMPONENT documents
+ COMPONENT hdfdocuments
)
IF (EXISTS "${HDF5_SOURCE_DIR}/release_docs" AND IS_DIRECTORY "${HDF5_SOURCE_DIR}/release_docs")
SET (release_files
@@ -1011,7 +1011,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED)
INSTALL (
FILES ${release_files}
DESTINATION ${HDF5_INSTALL_DATA_DIR}/release_docs
- COMPONENT documents
+ COMPONENT hdfdocuments
)
ENDIF (EXISTS "${HDF5_SOURCE_DIR}/release_docs" AND IS_DIRECTORY "${HDF5_SOURCE_DIR}/release_docs")
ENDIF (NOT HDF5_EXTERNALLY_CONFIGURED)
@@ -1061,7 +1061,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED)
DEPENDS libraries
GROUP Development
)
- CPACK_ADD_COMPONENT (documents
+ CPACK_ADD_COMPONENT (hdfdocuments
DISPLAY_NAME "HDF5 Documents"
GROUP Documents
)