Skip to content

Fix case-sensitive include path for playerJsonObject in CMakeLists.txt#110

Draft
Copilot wants to merge 2 commits intofeature/RDKEMW-14462from
copilot/sub-pr-106-again
Draft

Fix case-sensitive include path for playerJsonObject in CMakeLists.txt#110
Copilot wants to merge 2 commits intofeature/RDKEMW-14462from
copilot/sub-pr-106-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 13, 2026

The include path ${PLAYER_ROOT}/playerjsonobject used the wrong case, causing build failures on Linux where the filesystem is case-sensitive and the actual directory is playerJsonObject.

Change

  • test/utests/tests/PlayerIsoBmffTests/CMakeLists.txt: Corrected include path casing:
# Before
include_directories(${PLAYER_ROOT}/playerjsonobject)

# After
include_directories(${PLAYER_ROOT}/playerJsonObject)

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: rekhap2kandhavelan <217911244+rekhap2kandhavelan@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on moving new L1 test cases Fix case-sensitive include path for playerJsonObject in CMakeLists.txt Mar 13, 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