mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: fix rebuild problem with xcode and universal binaries
This commit is contained in:
@@ -182,6 +182,7 @@ private:
|
||||
std::map<cmSourceFile*, cmXCodeObject* > GroupMap;
|
||||
std::map<cmStdString, cmXCodeObject* > GroupNameMap;
|
||||
std::map<cmStdString, cmXCodeObject* > TargetGroup;
|
||||
std::vector<std::string> Architectures;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user