Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the handling of CMake deduplication (#1450)
Certain CMake functions deduplicates arguments by default. For example, if we have two `target_link_options` with both `-Xoffload-linker -opt-A` and then `-Xoffload-linker -opt-B`, the final link command would be `-Xoffload-linker -opt-A -opt-B`, which is not what we want.
- Loading branch information