File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,22 +55,6 @@ macro(autoware_package)
5555 # Find dependencies
5656 find_package (ament_cmake_auto REQUIRED )
5757
58- # TODO(youtalk): Remove this workaround once https://github.com/autowarefoundation/autoware_universe/issues/10410 is fixed
59- find_package (TinyXML2 CONFIG QUIET )
60- if (NOT TinyXML2_FOUND)
61- find_path (TINYXML2_INCLUDE_DIR NAMES tinyxml2.h )
62- find_library (TINYXML2_LIBRARY tinyxml2 )
63- include (FindPackageHandleStandardArgs )
64- find_package_handle_standard_args (TinyXML2 DEFAULT_MSG TINYXML2_LIBRARY TINYXML2_INCLUDE_DIR)
65- mark_as_advanced (TINYXML2_INCLUDE_DIR TINYXML2_LIBRARY )
66- if (NOT TARGET tinyxml2::tinyxml2)
67- add_library (tinyxml2::tinyxml2 UNKNOWN IMPORTED )
68- set_property (TARGET tinyxml2::tinyxml2 PROPERTY IMPORTED_LOCATION ${TINYXML2_LIBRARY} )
69- set_property (TARGET tinyxml2::tinyxml2 PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${TINYXML2_INCLUDE_DIR} )
70- list (APPEND TinyXML2_TARGETS tinyxml2::tinyxml2)
71- endif ()
72- endif ()
73-
7458 ament_auto_find_build_dependencies ()
7559
7660 # Set common system includes
You can’t perform that action at this time.
0 commit comments