ROS-Dynamic-Executor-Experi.../colcon_defaults.yaml
Niklas Halle 98cc5a6a3f Tried to make windows docker behave, failed, added code
access using: `colcon build --cmake-args -DCMAKE_CXX_FLAGS="-DWIN_DOCKER_IS_BROKEN"`
2025-04-02 13:17:53 +02:00

15 lines
No EOL
342 B
YAML
Executable file

{
"build":{
"symlink-install": true,
"cmake-args": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_EXPORT_COMPILE_COMMANDS=True",
"-GNinja",
# clang
"-DCMAKE_C_COMPILER=clang-18",
"-DCMAKE_CXX_COMPILER=clang++-18",
],
"event-handlers": ["console_cohesion+"],
# "mixin": "clang",
}
}