commit | 066ff258dbea32cda233109910606c617fedc59f | [log] [tgz] |
---|---|---|
author | Alex Turbov <i.zaufi@gmail.com> | Wed May 18 18:36:14 2022 +0400 |
committer | Brad King <brad.king@kitware.com> | Wed May 18 11:12:02 2022 -0400 |
tree | ae2a30b792038d4e65884c06bc0dee4fd0283a85 | |
parent | 640268c19b64d3063370872a13d267ef497139ee [diff] |
CPack/NuGet: Restore component packaging on Windows The change from `\` to `/` in commit dade75509f (CPack/NuGet: Fix nuspec file generation for UNIX-style OS, 2020-12-21, v3.20.0-rc1~243^2) does not work on Windows. Use `cmake_path` to form a path to an image directory with preinstalled files. Fixes: #22489