Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: fix setting
CMAKE_HIP_FLAGS
(#3155)
Fix #2523 (comment). [`CMAKE_<LANG>_FLAGS`](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_FLAGS.html#variable:CMAKE_%3CLANG%3E_FLAGS) is a string, so when using `set`, we should use quotes. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information