Skip to content

Help: Clarify TARGET_RUNTIME_DLLS behavior on imported targets

Brad King requested to merge brad.king/cmake:doc-TARGET_RUNTIME_DLLS into master

This generator expression does not report the locations of .dll files on imported targets with the UNKNWON type, since their IMPORTED_LOCATION refers to the import library and not the DLL.

Fixes: #22845 (closed)
Issue: #22406
Backport: release

Edited by Brad King

Merge request reports