We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1101892 commit 1acbbfcCopy full SHA for 1acbbfc
common/CMakeLists.txt
@@ -278,12 +278,7 @@ if (NOT CLIENT AND Linux)
278
ioMonitor/src/IoAggregate.cc
279
)
280
281
- # This is a bit of a hack to allow compilation of the `eos` target without having to build the `EosCliGrpc-Objects` target beforehand.
282
- # We should address this better by improving the CMake dependencies so this is not needed.
283
- # Related PR: https://gitlab.cern.ch/dss/eos/-/merge_requests/351
284
- if(TARGET eos)
285
- add_dependencies(EosCommonServer-Objects EosCliGrpc-Objects)
286
- endif ()
+ add_dependencies(EosCommonServer-Objects EosGrpcProto-Objects)
287
288
target_link_libraries(EosCommonServer-Objects PUBLIC
289
qclient
0 commit comments