You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2018/04/02 17:55:47 UTC

qpid-dispatch git commit: DISPATCH-951: Show location and version of Proton found by CMake

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c0996627f -> 5ee639374


DISPATCH-951: Show location and version of Proton found by CMake

CMake displays the location and version numbers for python and
libwebsockets used in the build. Print that same information for
qpid-proton.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5ee63937
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5ee63937
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5ee63937

Branch: refs/heads/master
Commit: 5ee639374a5131ac6316f613e9387eecf5e53955
Parents: c099662
Author: Chuck Rolke <cr...@redhat.com>
Authored: Mon Apr 2 13:51:10 2018 -0400
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Mon Apr 2 13:51:10 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5ee63937/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 55c6e5f..e13a45c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,6 +116,8 @@ find_library(dl_lib dl)
 find_library(rt_lib rt)
 find_package(Proton REQUIRED Core Proactor)
 
+message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version \"${Proton_VERSION}\")" )
+
 ## Optional dependencies
 include(FindLibWebSockets)
 option(USE_LIBWEBSOCKETS "Use libwebsockets for WebSocket support" ${LIBWEBSOCKETS_FOUND})


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