Streamline
Streamline copied to clipboard
CMake install path should not be absolute
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.
Can you start a thread in #ct-sl-general? This seems pretty straightforward, but that’ll be faster if anyone has follow-up questions.