Merge topic 'apple-merge-same-sysroot'

3a7d1e9592 Apple: Merge per-arch sysroot parameters if all are the same

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4647
This commit is contained in:
Brad King
2020-04-22 12:31:42 +00:00
committed by Kitware Robot
2 changed files with 24 additions and 1 deletions

View File

@@ -538,6 +538,8 @@ private:
int targetType);
void ComputeObjectMaxPath();
bool AllAppleArchSysrootsAreTheSame(const std::vector<std::string>& archs,
const char* sysroot);
};
#if !defined(CMAKE_BOOTSTRAP)