You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2016/05/04 12:46:09 UTC

qpid-proton git commit: NO-JIRA: Fix CMake option documentation string

Repository: qpid-proton
Updated Branches:
  refs/heads/master 278916a23 -> 1505c3ddb


NO-JIRA: Fix CMake option documentation string


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1505c3dd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/1505c3dd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/1505c3dd

Branch: refs/heads/master
Commit: 1505c3ddba3682ab28899d22caf9471324b1e9c5
Parents: 278916a
Author: Andrew Stitcher <as...@apache.org>
Authored: Wed May 4 08:45:37 2016 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Wed May 4 08:45:37 2016 -0400

----------------------------------------------------------------------
 proton-c/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/1505c3dd/proton-c/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index a446db7..372e67c 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -66,7 +66,7 @@ if (CYRUSSASL_FOUND)
 else ()
   set (sasl_impl none)
 endif ()
-set(SASL_IMPL ${sasl_impl} CACHE STRING "Library to use for SSL/TLS support. Valid values: ${sasl_providers}")
+set(SASL_IMPL ${sasl_impl} CACHE STRING "Library to use for SASL support. Valid values: ${sasl_providers}")
 
 configure_file (
   "${CMAKE_CURRENT_SOURCE_DIR}/include/proton/version.h.in"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org