You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2017/12/11 16:25:06 UTC

qpid-interop-test git commit: QPIDIT-106: Added a hint for CMake to find custom-installed mvn at //usr//local//maven

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master d85b0189f -> c0268bf6a


QPIDIT-106: Added a hint for CMake to find custom-installed mvn at //usr//local//maven


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/c0268bf6
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/c0268bf6
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/c0268bf6

Branch: refs/heads/master
Commit: c0268bf6acb0dce7b4b562b771656cddbb388cc0
Parents: d85b018
Author: Kim van der Riet <kp...@apache.org>
Authored: Mon Dec 11 11:24:47 2017 -0500
Committer: Kim van der Riet <kp...@apache.org>
Committed: Mon Dec 11 11:24:47 2017 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/c0268bf6/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c22ed0b..e209ea8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,8 @@ endif ()
 
 # Find Maven
 
-find_program(Maven mvn)
+find_program(Maven mvn
+             HINT /usr/local/maven/bin) # common location for local install
 if (Maven STREQUAL "Maven-NOTFOUND")
     message (WARNING "Maven not found")
     set (ErrorFlag TRUE)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org