You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/08/06 08:49:26 UTC

[rocketmq-ons-cpp] branch master updated: Fix demo release make file error

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a686da  Fix demo release make file error
9a686da is described below

commit 9a686da7ac28f4a365d90ab62faf9054d17e4836
Author: ShannonDing <li...@163.com>
AuthorDate: Tue Aug 6 16:49:15 2019 +0800

    Fix demo release make file error
---
 src/main/cpp/demos/CMakeLists.Release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/cpp/demos/CMakeLists.Release b/src/main/cpp/demos/CMakeLists.Release
index 73d55a7..44de647 100644
--- a/src/main/cpp/demos/CMakeLists.Release
+++ b/src/main/cpp/demos/CMakeLists.Release
@@ -13,7 +13,7 @@ elseif (CONAN_LIBCXX STREQUAL "libstdc++")
     add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
 else ()
     message("-- As Default, Will not open Dual ABI.")
-    add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0
+    add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
 endif ()
 
 include_directories(../include)