mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
-improve crosscompiling from Linux to iphone (#10526)
Patch by Karol Krizka Alex
This commit is contained in:
@@ -133,10 +133,8 @@ public:
|
||||
std::vector<cmLocalGenerator*>& GetChildren() { return this->Children; };
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
void AddArchitectureFlags(std::string& flags, cmTarget* target,
|
||||
const char *lang, const char* config);
|
||||
#endif /* __APPLE__ */
|
||||
|
||||
void AddLanguageFlags(std::string& flags, const char* lang,
|
||||
const char* config);
|
||||
|
||||
Reference in New Issue
Block a user