mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-07 14:08:17 +02:00
cmake: remove component 'dev' as we never used that consistently
Marking targets with a component would only be useful if we marked every target with a component in a consistent way, but because we don't do that, it's pointless to have it in just a few places.
This commit is contained in:
parent
7cc3ba0e25
commit
dc9a0af697
1 changed files with 2 additions and 2 deletions
|
|
@ -535,11 +535,11 @@ configure_file(cmake/DBus1ConfigVersion.cmake.in "${CMAKE_BINARY_DIR}/DBus1Confi
|
|||
install(FILES
|
||||
"${CMAKE_BINARY_DIR}/DBus1Config.cmake"
|
||||
"${CMAKE_BINARY_DIR}/DBus1ConfigVersion.cmake"
|
||||
DESTINATION "${INSTALL_CMAKE_DIR}" COMPONENT dev
|
||||
DESTINATION "${INSTALL_CMAKE_DIR}"
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
install(EXPORT DBus1Targets DESTINATION "${INSTALL_CMAKE_DIR}" COMPONENT dev)
|
||||
install(EXPORT DBus1Targets DESTINATION "${INSTALL_CMAKE_DIR}")
|
||||
endif()
|
||||
|
||||
########### subdirs ###############
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue