CMake: Updated MesosConfigure to use new process configure scripts. CMake: Transitioned Mesos to use new third-party build scripts.
Review: https://reviews.apache.org/r/38752 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/81f86c59 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/81f86c59 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/81f86c59 Branch: refs/heads/master Commit: 81f86c59c839988ea606bb6f0d1dfa22b45fbdf3 Parents: 685df82 Author: Alex Clemmer <[email protected]> Authored: Sun Sep 27 15:41:31 2015 -0700 Committer: Joris Van Remoortere <[email protected]> Committed: Sun Sep 27 16:20:13 2015 -0700 ---------------------------------------------------------------------- cmake/MesosConfigure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/81f86c59/cmake/MesosConfigure.cmake ---------------------------------------------------------------------- diff --git a/cmake/MesosConfigure.cmake b/cmake/MesosConfigure.cmake index be14dc7..73df287 100755 --- a/cmake/MesosConfigure.cmake +++ b/cmake/MesosConfigure.cmake @@ -114,7 +114,7 @@ endif (WIN32) ############################ # NOTE: The third-party configuration variables exported here are used # throughout the project, so it's important that this config script goes here. -include(ProcessConfigure) +include(Process3rdpartyConfigure) # Generate a batch script that will build Mesos. Any project referencing Mesos # can then build it by calling this script.
