Skip to content

Commit 3a1f4de

Browse files
committed
CMakeLists update for yarp version > 3.9
1 parent e22c107 commit 3a1f4de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SPDX-FileCopyrightText: 2023 Istituto Italiano di Tecnologia (IIT)
22
# SPDX-License-Identifier: BSD-3-Clause
33

4-
cmake_minimum_required(VERSION 3.16)
4+
cmake_minimum_required(VERSION 3.17)
55
project(yarp-devices-ros2
66
LANGUAGES CXX
7-
VERSION 3.8.0)
7+
VERSION 3.9.0)
88

99
include(FeatureSummary)
1010

@@ -32,7 +32,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
3232
set(YARP_FORCE_DYNAMIC_PLUGINS TRUE CACHE INTERNAL "yarp-devices-ros2 is always built with dynamic plugins")
3333
option(BUILD_SHARED_LIBS "Build libraries as shared as opposed to static" ON)
3434

35-
find_package(YARP 3.8.0 COMPONENTS os sig dev rosmsg serversql OPTIONAL_COMPONENTS math REQUIRED)
35+
find_package(YARP 3.8.0 COMPONENTS os sig dev serversql OPTIONAL_COMPONENTS math REQUIRED)
3636
find_package(YARP 3.8.0 COMPONENTS catch2 dev_tests QUIET)
3737

3838
if(YARP_catch2_FOUND AND YARP_dev_tests_FOUND)

0 commit comments

Comments
 (0)