Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 0001edca5 -> c7478cc00


NO-JIRA - Added 0.23 version of proton as required


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

Branch: refs/heads/master
Commit: c7478cc002210930b2f1e2ade793857f160bad5a
Parents: 0001edc
Author: Ganesh Murthy <[email protected]>
Authored: Fri May 25 15:34:22 2018 -0400
Committer: Ganesh Murthy <[email protected]>
Committed: Fri May 25 15:34:22 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/c7478cc0/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1db08a5..62b65a8 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