Skip to content

FindOpenACC: Keep flags together in imported target usage requirements

Brad King requested to merge brad.king/cmake:FindOpenACC-shell-flags into master

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)

Merge request reports