Skip to content

fix(Build.py): add missing --userdataobj CLI flag#62

Closed
simonCatBot wants to merge 1 commit into
KhronosGroup:openvx_1.3from
simonCatBot:fix/ci-userdataobj-flag
Closed

fix(Build.py): add missing --userdataobj CLI flag#62
simonCatBot wants to merge 1 commit into
KhronosGroup:openvx_1.3from
simonCatBot:fix/ci-userdataobj-flag

Conversation

@simonCatBot

Copy link
Copy Markdown
Contributor

Problem: The new GitHub Actions CI workflow introduced --userdataobj as a build flag for Build.py, but Build.py did not support it, causing the entire CI pipeline to fail with:

Build.py: error: no such option: --userdataobj

Fix: Add the missing --userdataobj CLI flag to Build.py, which sets -DOPENVX_USE_USER_DATA_OBJECT=ON for the CMake configure step.

CMakeLists.txt already defines and supports OPENVX_USE_USER_DATA_OBJECT, so this simply wires the CLI option through to CMake.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Simon seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

3 participants