[ismrmrd] 94/177: win install hdf5 dependencies

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:02:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag v1.1.0.beta.1
in repository ismrmrd.

commit 58d15817584dc8792c5f102bc30e2b74a0f37706
Author: Hui Xue <hui.xue at nih.gov>
Date:   Thu Sep 25 11:26:15 2014 -0400

    win install hdf5 dependencies
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f6892a..8874909 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,7 +103,7 @@ if (WIN32)
                 set(HDF5_BIN_DIR ${HDF5_C_INCLUDE_DIR}/../bin)
             endif (DEFINED ENV{HDF5_ROOT})
             message("Install hdf5 libraries from ${HDF5_BIN_DIR} ")
-            install( DIRECTORY ${HDF5_BIN_DIR} DESTINATION lib FILES_MATCHING PATTERN "*.dll" )
+            install( DIRECTORY ${HDF5_BIN_DIR} DESTINATION bin/.. FILES_MATCHING PATTERN "*.dll" )
         endif (HDF5_FOUND)
     endif (ISMRMRD_INSTALL_DEPENDENCIES)
 endif (WIN32)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list