Skip to content

fileapi: Fix codemodel v2 target file name for CMP0037 OLD behavior

Brad King requested to merge brad.king/cmake:fileapi-CMP0037-OLD into master

With CMP0037 OLD behavior, executable and library target names may contain a slash. Avoid constructing file names with slashes.

Fixes: #19653 (closed)

Merge request reports