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 2018/04/05 20:56:17 UTC

[4/4] mesos git commit: Imported sasl2 target on non-Windows platforms.

Imported sasl2 target on non-Windows platforms.

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


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

Branch: refs/heads/master
Commit: 6c77580d49d9465a05d4a1e1714d88d0c70673e5
Parents: 279e487
Author: David Forsythe <df...@gmail.com>
Authored: Thu Apr 5 13:41:43 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Thu Apr 5 13:41:43 2018 -0700

----------------------------------------------------------------------
 3rdparty/CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/6c77580d/3rdparty/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index 3854a16..488e906 100644
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -277,6 +277,9 @@ else ()
   if (NOT SASL2_LIB)
     message(FATAL_ERROR "Could not find sasl2 dependency.")
   endif ()
+
+  add_library(sasl2 SHARED IMPORTED GLOBAL)
+  set_property(TARGET sasl2 PROPERTY IMPORTED_LOCATION ${SASL2_LIB})
 endif ()