Skip to content

Commit

Permalink
Enable YARP's optional 'math' component (273ac97)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jun 26, 2018
1 parent 0f02e00 commit 9e87f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake
find_package(YCM 0.8 REQUIRED)

# https://github.com/roboticslab-uc3m/questions-and-answers/issues/65
# YARP_math breaks builds at asibot-hmi (not installing Eigen3)
find_package(YARP 3.0 QUIET) # COMPONENTS OS dev sig math)
find_package(YARP 3.0 QUIET COMPONENTS OS dev sig
OPTIONAL_COMPONENTS math)
if(NOT YARP_FOUND)
find_package(YARP 2.3.70 REQUIRED)
endif()
Expand Down

0 comments on commit 9e87f28

Please sign in to comment.