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 <[email protected]>
Authored: Wed Dec 6 12:13:02 2017 -0800
Committer: Andrew Schwartzmeyer <[email protected]>
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

Reply via email to