hipSPARSE icon indicating copy to clipboard operation
hipSPARSE copied to clipboard

Fix CMAKE_INSTALL_PREFIX init behavior on Win32.

Open ScottTodd opened this issue 8 months ago • 0 comments

Per the guidance at https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html, CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT can be "used by project code to change the default without overriding a user-provided value".

This allows users and integration projects like https://github.com/ROCm/TheRock to set an install path of their choosing while still defaulting to this project's preferred value if the value is not already set. For more context, see https://github.com/ROCm/TheRock/pull/340.

ScottTodd avatar Apr 02 '25 22:04 ScottTodd