commit | 66b5d51f3812ecb04d1cc1901016236249e70b49 | [log] [tgz] |
---|---|---|
author | Harry Mallon <hjmallon@gmail.com> | Thu Sep 08 13:30:07 2022 +0100 |
committer | Brad King <brad.king@kitware.com> | Mon Sep 12 09:53:22 2022 -0400 |
tree | 1e174e1a84f2d1fccaba09cb6ed01d396677f0b5 | |
parent | 83686df1d63e7d2c922de19489ea2bab42e98a4a [diff] |
ExternalProject: Install CMake projects using 'cmake --install' In some cases, `cmake --install .` implements additional semantics over just `cmake --build . --target install`. For example, using the Xcode "new build system" with `IOS_INSTALL_COMBINED` requires special support from `cmake --install` beyond building the `install` target. Fixes: #23946