mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
export: Do not fail generation for separate namelink only case
Update the change from commit 64690f6df0 (export: Do not fail generation
for namelink-only case, 2020-10-09, v3.19.0-rc1~7^2) to also handle
separate namelink-only and namelink-skip calls.
Fixes: #21529
This commit is contained in:
@@ -31,4 +31,6 @@ public:
|
||||
cmInstallFilesGenerator* HeaderGenerator;
|
||||
std::string InterfaceIncludeDirectories;
|
||||
///@}
|
||||
|
||||
bool NamelinkOnly = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user