You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2017/12/06 23:44:31 UTC

[2/3] mesos git commit: Renamed CMake `curl` target to `libcurl`.

Renamed CMake `curl` target to `libcurl`.

This target was renamed where it is imported, and so this change
reflects that.

Review: https://reviews.apache.org/r/64103/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9e9de115
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9e9de115
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9e9de115

Branch: refs/heads/master
Commit: 9e9de115be0e83767e4fe0075a8ce7923188c2d1
Parents: b464f49
Author: John Kordich <jo...@microsoft.com>
Authored: Wed Dec 6 12:13:02 2017 -0800
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Wed Dec 6 14:09:52 2017 -0800

----------------------------------------------------------------------
 3rdparty/stout/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9e9de115/3rdparty/stout/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/stout/CMakeLists.txt b/3rdparty/stout/CMakeLists.txt
index 145b772..5d787d8 100644
--- a/3rdparty/stout/CMakeLists.txt
+++ b/3rdparty/stout/CMakeLists.txt
@@ -23,7 +23,7 @@ target_link_libraries(
   stout INTERFACE
   apr
   boost
-  curl
+  libcurl
   elfio
   glog
   picojson