Skip to content

Commit

Permalink
Require YCM 0.10, remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 3, 2019
1 parent c836b94 commit ee17aab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake
${CMAKE_SOURCE_DIR}/cmake/find-modules)

# Hard dependencies.
find_package(YCM 0.8 REQUIRED)
find_package(YCM 0.10 REQUIRED)

# https://github.com/roboticslab-uc3m/questions-and-answers/issues/65
find_package(YARP 3.0 QUIET)
Expand Down Expand Up @@ -95,11 +95,9 @@ include(InstallBasicPackageFiles)
install_basic_package_files(ROBOTICSLAB_KINEMATICS_DYNAMICS
VERSION 0.1.0
COMPATIBILITY AnyNewerVersion
FIRST_TARGET KinematicsDynamicsInterfaces
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 ee17aab

Please sign in to comment.