Skip to content

Commit

Permalink
Remove deprecated export options
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent 954d263 commit 9baff6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,9 @@ set(ROBOTICSLAB_YARP_DEVICES_INSTALL_MODULE_DIR ${CMAKE_INSTALL_DATADIR}/ROBOTIC
install_basic_package_files(ROBOTICSLAB_YARP_DEVICES
VERSION 0.1.0
COMPATIBILITY AnyNewerVersion
FIRST_TARGET YarpDevicesInterfaces
NO_SET_AND_CHECK_MACRO
NO_CHECK_REQUIRED_COMPONENTS_MACRO
NAMESPACE ROBOTICSLAB::
NO_COMPATIBILITY_VARS)
NAMESPACE ROBOTICSLAB::)

# Configure and create uninstall target.
include(AddUninstallTarget)

0 comments on commit 9baff6d

Please sign in to comment.