Repository: qpid-dispatch Updated Branches: refs/heads/master eb2e027a4 -> 6592d386b
DISPATCH-222 - Make Proton 0.12 version 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/6592d386 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/6592d386 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/6592d386 Branch: refs/heads/master Commit: 6592d386bef302856c0936adffbeefd6c7f4ef12 Parents: eb2e027 Author: Ganesh Murthy <[email protected]> Authored: Mon Feb 22 09:48:45 2016 -0500 Committer: Ganesh Murthy <[email protected]> Committed: Mon Feb 22 16:15:35 2016 -0500 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/6592d386/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d55205..e5a6556 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ set(QPID_DISPATCH_CONFDIR ${SYSCONF_INSTALL_DIR}/qpid-dispatch) find_library(pthread_lib pthread) find_library(dl_lib dl) find_library(rt_lib rt) -find_package(Proton 0.10 REQUIRED) +find_package(Proton 0.12 REQUIRED) ## ## Find Valgrind --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
