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 <[email protected]> Authored: Wed May 4 08:45:37 2016 -0400 Committer: Andrew Stitcher <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
