Skip to content
Snippets Groups Projects
Commit 3cdd1697 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Fix compilation issues under GCC13

parent 202e9e41
No related branches found
No related tags found
1 merge request!73Fix compilation issues under GCC13
......@@ -3,3 +3,4 @@ set(COMPONENT_LIBS RobotAPICore RobotComponentsInterfaces)
set(SOURCES DHParameterOptimizationLogger.cpp)
set(HEADERS DHParameterOptimizationLogger.h)
armarx_add_component("${SOURCES}" "${HEADERS}")
target_compile_options("DHParameterOptimizationLogger" PRIVATE -Wno-error=array-bounds)
armarx_set_target("HandEyeCalibrationGuiPlugin")
armarx_build_if(ArmarXGui_FOUND "ArmarXGui not available")
find_package(PCL COMPONENTS filters)
set(SOURCES
./HandEyeCalibrationGuiPlugin.cpp
......@@ -27,7 +28,7 @@ set(COMPONENT_LIBS
RobotAPICore
SimpleConfigDialog
SimpleJsonLogger
${PCL_FILTERS_LIBRARY}
pcl_filters
)
if(ArmarXGui_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment