Skip to content

Commit

Permalink
Modify project name to rocketmq-client-cpp in CMakeList file (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing authored Apr 17, 2019
1 parent 68b323d commit 8541939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8541939

Please sign in to comment.