diff --git a/src/DataDistControl/CMakeLists.txt b/src/DataDistControl/CMakeLists.txt index e07f138..f5769d8 100644 --- a/src/DataDistControl/CMakeLists.txt +++ b/src/DataDistControl/CMakeLists.txt @@ -71,7 +71,7 @@ target_link_libraries(ddcontrol PUBLIC ppconsul protobuf::libprotobuf - gRPC::grpc++_unsecure + gRPC::grpc++ PRIVATE base FairMQ::FairMQ diff --git a/src/common/discovery/CMakeLists.txt b/src/common/discovery/CMakeLists.txt index c127e5f..111fe3f 100644 --- a/src/common/discovery/CMakeLists.txt +++ b/src/common/discovery/CMakeLists.txt @@ -71,7 +71,7 @@ target_link_libraries(discovery PUBLIC ppconsul protobuf::libprotobuf - gRPC::grpc++_unsecure + gRPC::grpc++ FairMQ::FairMQ PRIVATE base