diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-07-09 16:56:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-07-09 16:56:16 (GMT) |
commit | 8bbe712961a9b88d5fda838ec745f40217c28c8c (patch) | |
tree | a8d3bd0040318e120ff104b2a9467a1c02b8772b /tools/h5copy | |
parent | 7a72d82cdad8d8d83cbb457c5625dac65c8cd72a (diff) | |
download | hdf5-8bbe712961a9b88d5fda838ec745f40217c28c8c.zip hdf5-8bbe712961a9b88d5fda838ec745f40217c28c8c.tar.gz hdf5-8bbe712961a9b88d5fda838ec745f40217c28c8c.tar.bz2 |
[svn-r27364] Add Mac Framework support
Diffstat (limited to 'tools/h5copy')
-rw-r--r-- | tools/h5copy/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt index 7291197..c18b1f9 100644 --- a/tools/h5copy/CMakeLists.txt +++ b/tools/h5copy/CMakeLists.txt @@ -42,12 +42,9 @@ endif (BUILD_TESTING) #----------------------------------------------------------------------------- #INSTALL_PROGRAM_PDB (h5copy ${HDF5_INSTALL_BIN_DIR} toolsapplications) - + install ( TARGETS h5copy - RUNTIME DESTINATION - ${HDF5_INSTALL_BIN_DIR} - COMPONENT - toolsapplications + RUNTIME DESTINATION ${HDF5_INSTALL_BIN_DIR} COMPONENT toolsapplications ) |