Skip to content

Commit

Permalink
cleanup of some plugins cmake files. No functional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Sep 4, 2023
1 parent 7c711d7 commit 0aa9edc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions src/carriers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ yarp_install_basic_package_files(YARP_yarpcar
PRIVATE_DEPENDENCIES ${YARP_yarpcar_PRIVATE_DEPS}
)

set_property(TARGET yarpcar PROPERTY FOLDER "Plugins/Carrier")

include(YarpDeprecatedOption)
yarp_renamed_option(CREATE_OPTIONAL_CARRIERS YARP_COMPILE_CARRIER_PLUGINS) # since YARP 3.0.0
set_property(TARGET yarpcar PROPERTY FOLDER "Plugins")
4 changes: 1 addition & 3 deletions src/devices/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,4 @@ yarp_install_basic_package_files(YARP_yarpmod
PRIVATE_DEPENDENCIES ${YARP_yarpmod_PRIVATE_DEPS}
)

set_property(TARGET yarpmod PROPERTY FOLDER "Plugins/Device")

yarp_renamed_option(CREATE_DEVICE_LIBRARY_MODULES YARP_COMPILE_DEVICE_PLUGINS) # since YARP 3.0.0
set_property(TARGET yarpmod PROPERTY FOLDER "Plugins")
4 changes: 1 addition & 3 deletions src/portmonitors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ yarp_install_basic_package_files(YARP_yarppm
PRIVATE_DEPENDENCIES ${YARP_yarppm_PRIVATE_DEPS}
)

set_property(TARGET yarppm PROPERTY FOLDER "Plugins/PortMonitors")

include(YarpDeprecatedOption)
set_property(TARGET yarppm PROPERTY FOLDER "Plugins")

0 comments on commit 0aa9edc

Please sign in to comment.