File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2023 Istituto Italiano di Tecnologia (IIT)
2
2
# SPDX-License-Identifier: BSD-3-Clause
3
3
4
- cmake_minimum_required (VERSION 3.16 )
4
+ cmake_minimum_required (VERSION 3.17 )
5
5
project (yarp-devices-ros2
6
6
LANGUAGES CXX
7
- VERSION 3.8 .0)
7
+ VERSION 3.9 .0)
8
8
9
9
include (FeatureSummary)
10
10
@@ -32,7 +32,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
32
32
set (YARP_FORCE_DYNAMIC_PLUGINS TRUE CACHE INTERNAL "yarp-devices-ros2 is always built with dynamic plugins" )
33
33
option (BUILD_SHARED_LIBS "Build libraries as shared as opposed to static" ON )
34
34
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)
36
36
find_package (YARP 3.8.0 COMPONENTS catch2 dev_tests QUIET )
37
37
38
38
if (YARP_catch2_FOUND AND YARP_dev_tests_FOUND)
You can’t perform that action at this time.
0 commit comments