Skip to content

Commit

Permalink
feat: remove unused on CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Jan 15, 2024
1 parent a59058c commit 0a702dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ message(STATUS "Using protobuf ${Protobuf_VERSION}")
# Looks for gRPCConfig.cmake file installed by gRPC's cmake installation.
find_package(gRPC CONFIG REQUIRED)
message(STATUS "Using gRPC ${gRPC_VERSION}")
set(_GRPC_CPP_PLUGIN_EXECUTABLE $<TARGET_FILE:gRPC::grpc_cpp_plugin>)

add_library(${PROJECT_NAME} SHARED
"src/${PROJECT_NAME}/action/model/action_name.cpp"
Expand Down

0 comments on commit 0a702dd

Please sign in to comment.