mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
cmInstallTargetGenerator: Report namelink mode with list of files
This commit is contained in:
@@ -338,6 +338,7 @@ cmInstallTargetGenerator::Files cmInstallTargetGenerator::GetFiles(
|
||||
|
||||
// Add the names based on the current namelink mode.
|
||||
if (haveNamelink) {
|
||||
files.NamelinkMode = this->NamelinkMode;
|
||||
// With a namelink we need to check the mode.
|
||||
if (this->NamelinkMode == NamelinkModeOnly) {
|
||||
// Install the namelink only.
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user