File tree Expand file tree Collapse file tree
test_runner/random_test_runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,22 +35,6 @@ endif()
3535find_package (ament_cmake_auto REQUIRED )
3636include (FindProtobuf REQUIRED )
3737
38- # TODO(HansRobo): Remove this workaround once https://github.com/autowarefoundation/autoware_universe/issues/10410 is fixed
39- find_package (TinyXML2 CONFIG QUIET )
40- if (NOT TinyXML2_FOUND)
41- find_path (TINYXML2_INCLUDE_DIR NAMES tinyxml2.h )
42- find_library (TINYXML2_LIBRARY tinyxml2 )
43- include (FindPackageHandleStandardArgs )
44- find_package_handle_standard_args (TinyXML2 DEFAULT_MSG TINYXML2_LIBRARY TINYXML2_INCLUDE_DIR)
45- mark_as_advanced (TINYXML2_INCLUDE_DIR TINYXML2_LIBRARY )
46- if (NOT TARGET tinyxml2::tinyxml2)
47- add_library (tinyxml2::tinyxml2 UNKNOWN IMPORTED )
48- set_property (TARGET tinyxml2::tinyxml2 PROPERTY IMPORTED_LOCATION ${TINYXML2_LIBRARY} )
49- set_property (TARGET tinyxml2::tinyxml2 PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${TINYXML2_INCLUDE_DIR} )
50- list (APPEND TinyXML2_TARGETS tinyxml2::tinyxml2)
51- endif ()
52- endif ()
53-
5438ament_auto_find_build_dependencies ()
5539
5640ament_auto_add_library (${PROJECT_NAME} SHARED
You can’t perform that action at this time.
0 commit comments