Skip to content

IPO: Fix support for spaces in path to archive tools

In the normal archiving rules the <CMAKE_AR> placeholder is replaced by the generators with a properly-quoted path to the tool. In the IPO rules we specify the tools directly, so we need to quote them.

Fixes: #17326 (closed)

Edited by Brad King

Merge request reports