summarylogtreecommitdiffstats
path: root/orocos_kdl_vendor_cmake4.patch
blob: f5bd0a3d163f29607911af9acc46d18230317090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From d77359392011e15f01d3f6d8959a2437f628b342 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98ystein=20Sture?= <os@skarvtech.com>
Date: Tue, 8 Apr 2025 13:20:43 +0200
Subject: [PATCH 1/2] Resolve compatibility issue with newer cmake
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Øystein Sture <os@skarvtech.com>
---
 orocos_kdl_vendor/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/orocos_kdl_vendor/CMakeLists.txt b/orocos_kdl_vendor/CMakeLists.txt
index de526d6..7e65caf 100644
--- a/orocos_kdl_vendor/CMakeLists.txt
+++ b/orocos_kdl_vendor/CMakeLists.txt
@@ -23,6 +23,8 @@ ament_vendor(orocos_kdl_vendor
     -DCMAKE_CXX_STANDARD=${CMAKE_CXX_STANDARD}
     -DENABLE_TESTS:BOOL=OFF
     -DENABLE_EXAMPLES:BOOL=OFF
+    -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
   PATCHES patches
 )
 

From afffb5a4aef03679d7edbab34df2e821a423a959 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98ystein=20Sture?= <os@skarvtech.com>
Date: Tue, 8 Apr 2025 13:31:20 +0200
Subject: [PATCH 2/2] Remove unnecessary newline
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Øystein Sture <os@skarvtech.com>
---
 orocos_kdl_vendor/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/orocos_kdl_vendor/CMakeLists.txt b/orocos_kdl_vendor/CMakeLists.txt
index 7e65caf..e0f01c2 100644
--- a/orocos_kdl_vendor/CMakeLists.txt
+++ b/orocos_kdl_vendor/CMakeLists.txt
@@ -24,7 +24,6 @@ ament_vendor(orocos_kdl_vendor
     -DENABLE_TESTS:BOOL=OFF
     -DENABLE_EXAMPLES:BOOL=OFF
     -DCMAKE_POLICY_VERSION_MINIMUM=3.5
-
   PATCHES patches
 )