[ismrmrd] 237/281: add find mechanism for libismrmrd_xsd

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


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

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit ac5a67acf1fd40f8de92e0d73b9617294cf85848
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed May 14 23:45:59 2014 +0100

    add find mechanism for libismrmrd_xsd
---
 cmake/FindIsmrmrd.cmake | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cmake/FindIsmrmrd.cmake b/cmake/FindIsmrmrd.cmake
index 65654b9..bfece66 100644
--- a/cmake/FindIsmrmrd.cmake
+++ b/cmake/FindIsmrmrd.cmake
@@ -3,6 +3,7 @@
 #   ISMRMRD_INCLUDE_DIR      - where to find ismrmrd.h, etc.
 #   ISMRMRD_LIBRARIES        - libismrmrd.so.
 #   ISMRMRD_XSD_INCLUDE_DIR  - folder containing ismrmrd.hxx (autogenerated from xsd schema)
+#   ISMRMRD_XSD_LIBRARIES    - libismrmrd_xsd.so
 #   ISMRMRD_XSD_SOURCE       - full path to ismrmrd.cxx (autogenerated from xsd schema)
 #   ISMRMRD_SCHEMA_DIR       - where to find ismrmrd.xsd       
 
@@ -19,6 +20,10 @@ FIND_LIBRARY( ISMRMRD_LIBRARIES
               NAMES "ismrmrd"
               PATHS  /usr/local/lib ${ISMRMRD_INCLUDE_DIR}/../lib /usr/lib )
 
+FIND_LIBRARY( ISMRMRD_XSD_LIBRARIES
+              NAMES "ismrmrd_xsd"
+              PATHS  /usr/local/lib ${ISMRMRD_INCLUDE_DIR}/../lib /usr/lib )
+
 FIND_FILE( ISMRMRD_XSD_SOURCE
            NAMES "ismrmrd.cxx"
            HINTS $ENV{ISMRMRD_HOME} PATHS /usr/local /usr /usr/lib PATH_SUFFIXES schema ismrmrd ismrmrd/schema)

-- 
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