Skip to content

Commit 83913ba

Browse files
kiritigowdaclaude
andcommitted
Fix CI: use api-docs/include for OpenVX headers
The Khronos sample implementation stores core OpenVX headers (vx.h, vx_nodes.h, vxu.h) in api-docs/include/VX/, not include/VX/. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent a3904fd commit 83913ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build openvx-mark
3535
run: |
3636
mkdir build && cd build
37-
cmake -DOPENVX_INCLUDES=/tmp/openvx-sample/include \
37+
cmake -DOPENVX_INCLUDES=/tmp/openvx-sample/api-docs/include \
3838
-DOPENVX_LIB_DIR=${{ steps.openvx.outputs.lib_dir }} ..
3939
cmake --build . -j$(nproc)
4040

0 commit comments

Comments
 (0)