summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-08-01 19:37:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-08-01 19:37:34 (GMT)
commit4eb2b767378b36cb58c8ab212ea169a0ae017013 (patch)
tree7998223335e5ebc1951e45f867e219af15300d5a /tools
parenta38f1a20751ec7a113b5be6756bc27f28823c083 (diff)
downloadhdf5-4eb2b767378b36cb58c8ab212ea169a0ae017013.zip
hdf5-4eb2b767378b36cb58c8ab212ea169a0ae017013.tar.gz
hdf5-4eb2b767378b36cb58c8ab212ea169a0ae017013.tar.bz2
[svn-r21166] Remove subfolder in library install
Tested: local linux
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/lib/CMakeLists.txt b/tools/lib/CMakeLists.txt
index c3662f6..123eafc 100644
--- a/tools/lib/CMakeLists.txt
+++ b/tools/lib/CMakeLists.txt
@@ -38,7 +38,7 @@ H5_SET_LIB_OPTIONS (
${HDF5_TOOLS_LIB_TARGET} ${HDF5_TOOLS_LIB_NAME}
${LIB_TYPE}
HDF5_TOOLS_LIB_NAME_RELEASE
- HDF5_TOOLS_LIB_NAME_DEBUG
+ HDF5_TOOLS_LIB_NAME_DEBUG
)
##############################################################################
@@ -54,7 +54,7 @@ INSTALL (
FILES
${H5_TOOLS_LIB_HDRS}
DESTINATION
- ${HDF5_INSTALL_INCLUDE_DIR}/tools
+ ${HDF5_INSTALL_INCLUDE_DIR}
COMPONENT
toolsheaders
)
@@ -83,8 +83,8 @@ IF (HDF5_EXPORTED_TARGETS)
${HDF5_TOOLS_LIB_TARGET}
EXPORT
${HDF5_EXPORTED_TARGETS}
- LIBRARY DESTINATION ${HDF5_INSTALL_LIB_DIR}/tools COMPONENT toolslibraries
- ARCHIVE DESTINATION ${HDF5_INSTALL_LIB_DIR}/tools COMPONENT toolslibraries
- RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR}/tools COMPONENT toolslibraries
+ LIBRARY DESTINATION ${HDF5_INSTALL_LIB_DIR} COMPONENT toolslibraries
+ ARCHIVE DESTINATION ${HDF5_INSTALL_LIB_DIR} COMPONENT toolslibraries
+ RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolslibraries
)
ENDIF (HDF5_EXPORTED_TARGETS)