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


##########
modules/platforms/cpp/CMakeLists.txt:
##########
@@ -216,6 +217,14 @@ write_basic_package_version_file(
 install(FILES
     "${CMAKE_CURRENT_BINARY_DIR}/cmake/ignite-config.cmake"
     "${CMAKE_CURRENT_BINARY_DIR}/cmake/ignite-config-version.cmake"
+    COMPONENT client
+    DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/ignite"
+)
+
+install(FILES
+    "${CMAKE_CURRENT_BINARY_DIR}/cmake/ignite-config.cmake"
+    "${CMAKE_CURRENT_BINARY_DIR}/cmake/ignite-config-version.cmake"
+    COMPONENT odbc
     DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/ignite"
 )
 

Review Comment:
   `ignite-config.cmake` and `ignite-odbc-targets.cmake` removed from the odbc 
package, installable only for local installation.



-- 
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