Skip to content

Fix: case sensitivity in #include - #256

Merged
dzhdanNV merged 1 commit into
NVIDIA-RTX:mainfrom
rayteamhq:main
Sep 1, 2026
Merged

Fix: case sensitivity in #include#256
dzhdanNV merged 1 commit into
NVIDIA-RTX:mainfrom
rayteamhq:main

Conversation

@astrdark

Copy link
Copy Markdown
Contributor

Cross-compiling for windows on linux build agents fails with:

/build/_deps/nri-src/Resources/NRI.rc:5:10: fatal error: 'version.h' file not found
    5 | #include "version.h"
      |          ^~~~~~~~~~~
1 error generated.

This happens because the include references Version.h (capital V), which resolves fine on windows's case-insensitive filesystem but not on linux.

@dzhdanNV

dzhdanNV commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Thanks! Merged.

@dzhdanNV
dzhdanNV merged commit 8766a30 into NVIDIA-RTX:main Sep 1, 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