[ismrmrd] 57/177: cleaned up findismrmrd
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:02:02 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 a362f5681e3b765e71dce3d66147bca01ff6fcfa
Author: Souheil Inati <souheil.inati at nih.gov>
Date: Wed Sep 17 14:52:41 2014 -0400
cleaned up findismrmrd
---
cmake/FindIsmrmrd.cmake | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cmake/FindIsmrmrd.cmake b/cmake/FindIsmrmrd.cmake
index a438e66..de9cf8a 100644
--- a/cmake/FindIsmrmrd.cmake
+++ b/cmake/FindIsmrmrd.cmake
@@ -10,9 +10,8 @@ HINTS $ENV{ISMRMRD_HOME} PATHS /usr/local /usr PATH_SUFFIXES include)
FIND_PATH( ISMRMRD_SCHEMA_DIR ismrmrd.xsd
HINTS $ENV{ISMRMRD_HOME} PATHS /usr/local /usr PATH_SUFFIXES share/ismrmrd/schema)
-FIND_LIBRARY( ISMRMRD_LIBRARY
- NAMES ismrmrd
- PATHS ${ISMRMRD_INCLUDE_DIR}/../../lib /usr/local/lib /usr/lib )
+FIND_LIBRARY( ISMRMRD_LIBRARY NAMES ismrmrd
+HINTS ${ISMRMRD_HOME} /usr/local /usr PATH_SUFFIXES lib)
SET(ISMRMRD_LIBRARIES ${ISMRMRD_LIBRARY})
--
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