Skip to content

Commit

Permalink
Require YARP 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 13, 2019
1 parent a18f990 commit eb4b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED 11)

#### Find YARP, require that YARP version is at least ICUB_REQYARP_VERSION
find_package(YARP 3.1.101 COMPONENTS OS sig dev math gsl rosmsg idl_tools REQUIRED)
find_package(YARP 3.2 COMPONENTS OS sig dev math gsl rosmsg idl_tools REQUIRED)
message(STATUS "YARP is version: ${YARP_VERSION}")

yarp_configure_external_installation(${PROJECT_NAME} WITH_PLUGINS)
Expand Down

0 comments on commit eb4b6cb

Please sign in to comment.