Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dogun-anduril authored Dec 3, 2024
1 parent f6ee4fb commit 5b0e783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ target_include_directories(${PROJECT_NAME}

# Find system-installed gRPC and Protobuf libraries
find_package(Protobuf 29.0.0 CONFIG REQUIRED)
find_package(gRPC 1.68.0 CONFIG REQUIRED)

target_link_libraries(${PROJECT_NAME} PUBLIC protobuf::libprotobuf)
target_link_libraries(${PROJECT_NAME} PUBLIC grpc::grpc++ protobuf::libprotobuf)

0 comments on commit 5b0e783

Please sign in to comment.