cmInstallTargetGenerator: Report namelink mode with list of files

This commit is contained in:
Brad King
2021-03-05 11:41:06 -05:00
parent ea430582f9
commit f73b6879e9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ public:
// Prefix for all files in To.
std::string ToDir;
NamelinkModeType NamelinkMode = NamelinkModeNone;
bool NoTweak = false;
bool UseSourcePermissions = false;
cmInstallType Type = cmInstallType();