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.
1 parent 148991a commit af59b86Copy full SHA for af59b86
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.20)
2
project(srdfdom LANGUAGES CXX)
3
4
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
@@ -31,10 +31,10 @@ target_include_directories(${PROJECT_NAME}
31
target_link_libraries(${PROJECT_NAME} PUBLIC tinyxml2::tinyxml2)
32
33
# Ament dependencies
34
-ament_target_dependencies(${PROJECT_NAME} PUBLIC
+target_link_libraries(${PROJECT_NAME} PUBLIC
35
console_bridge
36
- urdf
37
- urdfdom_headers
+ urdf::urdf
+ urdfdom_headers::urdfdom_headers
38
)
39
40
install(TARGETS ${PROJECT_NAME}
0 commit comments