Changeset: 15d8d02b7f87 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/15d8d02b7f87 Modified Files: common/stream/CMakeLists.txt gdk/CMakeLists.txt Branch: Jun2023 Log Message:
more component fixing in resulting cmake files diffs (27 lines): diff --git a/common/stream/CMakeLists.txt b/common/stream/CMakeLists.txt --- a/common/stream/CMakeLists.txt +++ b/common/stream/CMakeLists.txt @@ -129,10 +129,9 @@ install(TARGETS DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT stream PUBLIC_HEADER + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/monetdb COMPONENT streamdev - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/monetdb - INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - COMPONENT streamdev) + INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) install(EXPORT streamTargets FILE streamTargets.cmake diff --git a/gdk/CMakeLists.txt b/gdk/CMakeLists.txt --- a/gdk/CMakeLists.txt +++ b/gdk/CMakeLists.txt @@ -138,7 +138,6 @@ endif() install(TARGETS bat - COMPONENT monetdb EXPORT gdkTargets RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org