mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
Merge topic 'fast-local-and-strip-install'
1b63ce86 Makefiles: Make fast local and strip install truly fast
This commit is contained in:
@@ -1592,8 +1592,8 @@ void cmLocalUnixMakefileGenerator3::WriteLocalAllRules(
|
||||
|
||||
// Provide a "/fast" version of the target.
|
||||
depends.clear();
|
||||
if ((targetName == "install") || (targetName == "install_local") ||
|
||||
(targetName == "install_strip")) {
|
||||
if ((targetName == "install") || (targetName == "install/local") ||
|
||||
(targetName == "install/strip")) {
|
||||
// Provide a fast install target that does not depend on all
|
||||
// but has the same command.
|
||||
depends.push_back("preinstall/fast");
|
||||
|
||||
Reference in New Issue
Block a user