Skip to content

Fix incorrect CMake option name in build-w-opt-can-arg workflow#61

Draft
Copilot wants to merge 2 commits intomark/feat/make-config-options-overridablefrom
copilot/sub-pr-56
Draft

Fix incorrect CMake option name in build-w-opt-can-arg workflow#61
Copilot wants to merge 2 commits intomark/feat/make-config-options-overridablefrom
copilot/sub-pr-56

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 12, 2026

The build_w_custom_can_arg CI job was passing -Disotp_ENABLE_CAN_SEND_ARG=ON (missing the c), so CMake silently ignored the option and the job never actually tested the CAN send arg build configuration.

Change

  • .github/workflows/build-w-opt-can-arg.yml line 30: -Disotp_ENABLE_CAN_SEND_ARG=ON-Disotpc_ENABLE_CAN_SEND_ARG=ON, matching the option defined in CMakeLists.txt and already used correctly by the build_w_custom_can_arg_enable_events job on line 61.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

….yml

Co-authored-by: SimonCahill <3124521+SimonCahill@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on config options changes Fix incorrect CMake option name in build-w-opt-can-arg workflow Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants