diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-08-28 17:38:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-08-28 17:38:44 (GMT) |
commit | 5336fb2d01ad741a36d771745282130099710309 (patch) | |
tree | 0b9d2756240c7d031120f44e0a6c43aa159925ab /tools/h5jam | |
parent | 8b271f6ca5761cfe1c22ea7d7a240e779ed73f08 (diff) | |
download | hdf5-5336fb2d01ad741a36d771745282130099710309.zip hdf5-5336fb2d01ad741a36d771745282130099710309.tar.gz hdf5-5336fb2d01ad741a36d771745282130099710309.tar.bz2 |
[svn-r22719] Fix RelWithDebInfo packaging
Tested: windows
Diffstat (limited to 'tools/h5jam')
-rw-r--r-- | tools/h5jam/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5jam/CMakeLists.txt b/tools/h5jam/CMakeLists.txt index d0bf30f..b44e734 100644 --- a/tools/h5jam/CMakeLists.txt +++ b/tools/h5jam/CMakeLists.txt @@ -535,7 +535,7 @@ ENDIF (BUILD_TESTING) # Rules for Installation of tools using make Install target
#-----------------------------------------------------------------------------
-INSTALL_PROGRAM_PDB (h5jam ${HDF5_INSTALL_BIN_DIR} toolsapplications) +#INSTALL_PROGRAM_PDB (h5jam ${HDF5_INSTALL_BIN_DIR} toolsapplications) INSTALL ( TARGETS |