Skip to content

Commit

Permalink
Increase blocktest version required
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene committed Jul 8, 2020
1 parent 78eacbf commit 91dd221
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 @@ -34,7 +34,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
set(YARP_MINIMUM_REQUIRED_VERSION 3.0.102)

find_package(YARP 3.3.0 REQUIRED COMPONENTS os conf dev sig math rosmsg name idl_tools)
find_package(blocktestcore REQUIRED)
find_package(blocktestcore 2.3.0 REQUIRED)
find_package(YCM REQUIRED)

if(${YARP_VERSION} VERSION_LESS ${YARP_MINIMUM_REQUIRED_VERSION})
Expand Down

0 comments on commit 91dd221

Please sign in to comment.