mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05: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.
|
// Add the names based on the current namelink mode.
|
||||||
if (haveNamelink) {
|
if (haveNamelink) {
|
||||||
|
files.NamelinkMode = this->NamelinkMode;
|
||||||
// With a namelink we need to check the mode.
|
// With a namelink we need to check the mode.
|
||||||
if (this->NamelinkMode == NamelinkModeOnly) {
|
if (this->NamelinkMode == NamelinkModeOnly) {
|
||||||
// Install the namelink only.
|
// Install the namelink only.
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ public:
|
|||||||
// Prefix for all files in To.
|
// Prefix for all files in To.
|
||||||
std::string ToDir;
|
std::string ToDir;
|
||||||
|
|
||||||
|
NamelinkModeType NamelinkMode = NamelinkModeNone;
|
||||||
bool NoTweak = false;
|
bool NoTweak = false;
|
||||||
bool UseSourcePermissions = false;
|
bool UseSourcePermissions = false;
|
||||||
cmInstallType Type = cmInstallType();
|
cmInstallType Type = cmInstallType();
|
||||||
|
|||||||
Reference in New Issue
Block a user