diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2023-09-20 10:59:53 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2023-09-21 14:29:40 (GMT) |
commit | 3bdf95f942c8532fb1e0fbad52f04f46e822b2f9 (patch) | |
tree | 9808f750117dcf362e3daf94b29bf9c0924b72f4 /Source/cmLinkLineComputer.h | |
parent | 4ac624debc11e3b87d53a34ccfe3e25ff9c5a426 (diff) | |
download | CMake-3bdf95f942c8532fb1e0fbad52f04f46e822b2f9.zip CMake-3bdf95f942c8532fb1e0fbad52f04f46e822b2f9.tar.gz CMake-3bdf95f942c8532fb1e0fbad52f04f46e822b2f9.tar.bz2 |
macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linked
Fixes: #25263
Diffstat (limited to 'Source/cmLinkLineComputer.h')
-rw-r--r-- | Source/cmLinkLineComputer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLinkLineComputer.h b/Source/cmLinkLineComputer.h index 4e285f2..afd3944 100644 --- a/Source/cmLinkLineComputer.h +++ b/Source/cmLinkLineComputer.h @@ -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); |