macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linked

Fixes: #25263
This commit is contained in:
Marc Chevrier
2023-09-20 12:59:53 +02:00
parent 4ac624debc
commit 3bdf95f942
7 changed files with 27 additions and 32 deletions

View File

@@ -44,8 +44,7 @@ public:
std::vector<BT<std::string>>& linkPath);
std::string ComputeFrameworkPath(cmComputeLinkInformation& cli,
cmValue fwSearchFlag,
cmValue sysFwSearchFlag);
cmValue fwSearchFlag);
std::string ComputeLinkLibraries(cmComputeLinkInformation& cli,
std::string const& stdLibString);