Codebase list ros-urdf / 6666e20
Added patch for log4cxx Leopold Palomo-Avellaneda 2 years ago
2 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
1 Date: Wed, 2 Feb 2022 10:32:57 +0100
2 Subject: Drop CXX standards log4cxx patch
3
4 ---
5 urdf/CMakeLists.txt | 3 ---
6 1 file changed, 3 deletions(-)
7
8 diff --git a/urdf/CMakeLists.txt b/urdf/CMakeLists.txt
9 index 2dc7f05..7bce7f7 100644
10 --- a/urdf/CMakeLists.txt
11 +++ b/urdf/CMakeLists.txt
12 @@ -22,9 +22,6 @@ set(generated_compat_header "${CATKIN_DEVEL_PREFIX}/include/${PROJECT_NAME}/urdf
13 include_directories("${CATKIN_DEVEL_PREFIX}/include")
14 configure_file(urdfdom_compatibility.h.in "${generated_compat_header}" @ONLY)
15
16 -set(CMAKE_CXX_STANDARD 14)
17 -set(CMAKE_CXX_STANDARD_REQUIRED ON)
18 -
19 catkin_package(
20 LIBRARIES ${PROJECT_NAME}
21 INCLUDE_DIRS include ${CATKIN_DEVEL_PREFIX}/include
00 0001-Add-CMakeLists.txt.patch
11 0002-Add-Debian-specific-SOVERSION.patch
2 0003-Drop-CXX-standards-log4cxx-patch.patch