arcolight commented on code in PR #7300:
URL: https://github.com/apache/ignite-3/pull/7300#discussion_r2694979869


##########
modules/platforms/cpp/ignite/client/CMakeLists.txt:
##########
@@ -113,16 +115,35 @@ foreach(_target_lib IN LISTS _target_libs)
         set_target_properties(${_target_lib} PROPERTIES OUTPUT_NAME 
${PROJECT_NAME})
     endif()
 
-    target_link_libraries(${_target_lib} ${LIBRARIES})
+    target_link_libraries(${_target_lib}
+            PRIVATE ignite-tuple ignite-network ignite-protocol 
uni-algo::uni-algo
+            INTERFACE ignite-common)

Review Comment:
   All libraries changed to PRIVATE, there is no reason to make `ignite-common` 
special



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to