Repository: qpid-dispatch
Updated Branches:
  refs/heads/1.1.x 2e48f9042 -> 57f327d9e


NO-JIRA - Added 0.23 version of proton as required

(cherry picked from commit c7478cc002210930b2f1e2ade793857f160bad5a)


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

Branch: refs/heads/1.1.x
Commit: 57f327d9eb04f90816be7f2c1627c8a815223ede
Parents: 2e48f90
Author: Ganesh Murthy <[email protected]>
Authored: Fri May 25 15:34:22 2018 -0400
Committer: Ganesh Murthy <[email protected]>
Committed: Fri May 25 16:02:25 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/57f327d9/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e13a45c..c78b9da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,8 @@ endif (NOT COMMAND add_compile_options)
 find_library(pthread_lib pthread)
 find_library(dl_lib dl)
 find_library(rt_lib rt)
-find_package(Proton REQUIRED Core Proactor)
+
+find_package(Proton 0.23 REQUIRED)
 
 message(STATUS "Found Proton: ${Proton_LIBRARIES} (found version 
\"${Proton_VERSION}\")" )
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to