We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a23df69 + ac9a68d commit dfe6b32Copy full SHA for dfe6b32
src/commands/yarpRerun/CMakeLists.txt
@@ -1,6 +1,16 @@
1
# SPDX-FileCopyrightText: 2025-2025 Istituto Italiano di Tecnologia (IIT)
2
# SPDX-License-Identifier: BSD-3-Clause
3
4
+if(NOT DEFINED CMAKE_MINIMUM_REQUIRED_VERSION)
5
+ cmake_minimum_required(VERSION 3.19)
6
+
7
+ project(yarp-rerun)
8
9
+ find_package(YARP REQUIRED)
10
11
+ include(GNUInstallDirs)
12
+endif()
13
14
find_package(rerun_sdk QUIET)
15
if(NOT rerun_sdk_FOUND)
16
message(STATUS "rerun_sdk not found. Skipping yarpRerun.")
0 commit comments