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-client-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 8541939 Modify project name to rocketmq-client-cpp in CMakeList file (#136)
8541939 is described below
commit 854193943389e0feea0480ad72be43aaf1b3c58d
Author: dinglei <libya_003@163.com>
AuthorDate: Wed Apr 17 10:49:21 2019 +0800
Modify project name to rocketmq-client-cpp in CMakeList file (#136)
---
CMakeLists.txt | 2 +-
project/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9d5ca2..b158f57 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@ if (COMMAND cmake_policy)
endif()
# First, declare project (important for prerequisite checks).
-project(all)
+project(rocketmq-client-cpp)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()
diff --git a/project/CMakeLists.txt b/project/CMakeLists.txt
index a1cdc71..87d5184 100755
--- a/project/CMakeLists.txt
+++ b/project/CMakeLists.txt
@@ -14,7 +14,7 @@
# limitations under the License.
# source files
-project(rocketmq4cpp)
+project(rocketmq-client)
file(GLOB_RECURSE SRC_FILES ${CMAKE_SOURCE_DIR}/src/*)
list(REMOVE_ITEM SRC_FILES ${CMAKE_SOURCE_DIR}/src/dllmain.cpp)
|