CMake: Added version info for APR needed to build Windows. Review: https://reviews.apache.org/r/38551
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9f4d76c0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9f4d76c0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9f4d76c0 Branch: refs/heads/master Commit: 9f4d76c0ac367cde07c5a329730aaff37da12379 Parents: 403d74a Author: Alex Clemmer <[email protected]> Authored: Sun Sep 27 15:41:27 2015 -0700 Committer: Joris Van Remoortere <[email protected]> Committed: Sun Sep 27 16:15:53 2015 -0700 ---------------------------------------------------------------------- 3rdparty/cmake/Versions.cmake | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9f4d76c0/3rdparty/cmake/Versions.cmake ---------------------------------------------------------------------- diff --git a/3rdparty/cmake/Versions.cmake b/3rdparty/cmake/Versions.cmake index 18f1168..c41422c 100644 --- a/3rdparty/cmake/Versions.cmake +++ b/3rdparty/cmake/Versions.cmake @@ -3,6 +3,7 @@ set(CURL_VERSION "7.43.0") set(GLOG_VERSION "0.3.3") set(GMOCK_VERSION "1.7.0") set(HTTP_PARSER_VERSION "1c3624a") +set(LIBAPR_VERSION "1.5.2") set(LIBEV_VERSION "4.15") # TODO(hausdorff): (MESOS-3529) transition this back to a non-beta version. set(LIBEVENT_VERSION "2.1.5-beta")
