Skip to content

Commit

Permalink
fix: Fix worker build for alpine (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiakiteaneo authored Sep 9, 2024
2 parents 21c337e + d749f19 commit cf05d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cpp/ArmoniK.Api.Worker/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ endif()
find_package(gRPC CONFIG REQUIRED)
find_package(Threads)

target_link_libraries(${PROJECT_NAME} PUBLIC protobuf::libprotobuf gRPC::grpc++_unsecure ArmoniK.Api.Common ${PROTO_TARGET})
target_link_libraries(${PROJECT_NAME} PUBLIC protobuf::libprotobuf gRPC::grpc++ ArmoniK.Api.Common ${PROTO_TARGET})
target_link_options(${PROJECT_NAME} PUBLIC "-Wl,--copy-dt-needed-entries")

target_include_directories(${PROJECT_NAME}
PUBLIC
Expand Down

0 comments on commit cf05d82

Please sign in to comment.