You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/09/24 14:10:07 UTC

qpid-dispatch git commit: NO-JIRA - Reverted required Proton version from 0.25 to 0.23

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master e64d247a9 -> 12692a781


NO-JIRA - Reverted required Proton version from 0.25 to 0.23


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

Branch: refs/heads/master
Commit: 12692a7818054f2275765c9e663dc4dbc870964d
Parents: e64d247
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Mon Sep 24 10:09:44 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Mon Sep 24 10:09:44 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/12692a78/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ecdabef..9dc7180 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,7 +124,7 @@ find_library(pthread_lib pthread)
 find_library(dl_lib dl)
 find_library(rt_lib rt)
 
-find_package(Proton 0.25 REQUIRED)
+find_package(Proton 0.23 REQUIRED)
 
 message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version \"${Proton_VERSION}\")" )
 


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