NVIDIA-RTX / NVIDIA-RTX/Streamline
CMake install path should not be absolute
Open
Nobody has claimed this yet.
triaged
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
Using the absolute path "${CMAKE_INSTALL_PREFIX}" here breaks CPack:
https://github.com/NVIDIAGameWorks/Streamline/blob/fbe73ba0dc817da8db877c62038d415816209139/CMakeLists.txt#L31
Using "." instead should be functionally identical.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open CMakeLists.txt at the referenced line and inspect how the install path is used by CPack. Verify the install-path change with the project’s CPack packaging workflow; done means the generated package no longer breaks because the path is absolute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100