FindOpenACC: Keep flags together in imported target usage requirements
If OpenACC_C_FLAGS
contains -h acc
, the flag pair needs to
be preserved as a shell command fragment, and must not be split by
de-duplication with other target_compile_options
.
Fixes: #24963 (closed)