mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: add install/strip target for makefile generators if strip was found
Alex
This commit is contained in:
@@ -1456,7 +1456,9 @@ void cmLocalUnixMakefileGenerator3
|
||||
|
||||
// Provide a "/fast" version of the target.
|
||||
depends.clear();
|
||||
if((targetName == "install") || (targetName == "install_local"))
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user