[ismrmrd] 32/281: Small change to help cmake on Windows

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:52 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 5fff7ee4d791e8311b7e05c8777019977f3a5685
Author: Michael S. Hansen <michael.hansen at nih.gov>
Date:   Thu Sep 6 16:24:22 2012 -0400

    Small change to help cmake on Windows
---
 cmake/FindXSD.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake/FindXSD.cmake b/cmake/FindXSD.cmake
index dc51682..4590e8c 100644
--- a/cmake/FindXSD.cmake
+++ b/cmake/FindXSD.cmake
@@ -17,8 +17,9 @@ if(XSD_INCLUDE_DIR)
 	#in cache already
 	SET(XSD_FOUND TRUE)
 else(XSD_INCLUDE_DIR)
-	find_program(XSD_EXECUTABLE NAMES ${__XSD_NAME}
+	find_program(XSD_EXECUTABLE NAMES "bin/${__XSD_NAME}" "${__XSD_NAME}"
 	     PATHS
+		 ${XSD_DIR}
 		 ${XSD_DIR}/bin
 	)
 

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