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:
Deniz Bahadir
2020-12-01 00:25:39 +01:00
committed by Brad King
parent 5ef2364053
commit 38bcb5c0a3
8 changed files with 56 additions and 8 deletions

View File

@@ -31,4 +31,6 @@ public:
cmInstallFilesGenerator* HeaderGenerator;
std::string InterfaceIncludeDirectories;
///@}
bool NamelinkOnly = false;
};