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/05 19:32:21 UTC

qpid-proton git commit: NO-JIRA: Fix CMake message severity

Repository: qpid-proton
Updated Branches:
  refs/heads/master d7e6e1753 -> 8c73cd2c8


NO-JIRA: Fix CMake message severity


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

Branch: refs/heads/master
Commit: 8c73cd2c8dc34d6d3f68976a1fa5056e96f54651
Parents: d7e6e17
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu May 5 15:31:39 2016 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu May 5 15:31:39 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8c73cd2c/proton-c/bindings/cpp/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/cpp/CMakeLists.txt b/proton-c/bindings/cpp/CMakeLists.txt
index 1a99385..2aec4e2 100644
--- a/proton-c/bindings/cpp/CMakeLists.txt
+++ b/proton-c/bindings/cpp/CMakeLists.txt
@@ -82,7 +82,7 @@ set(qpid-proton-cpp-source
   )
 
 if (HAS_CPP11)
-  message("Enable C++11 extensions")
+  message(STATUS "Enable C++11 extensions")
   list(APPEND qpid-proton-cpp-source src/controller.cpp)
 endif()
 


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