mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05:00
4 lines
115 B
Objective-C
4 lines
115 B
Objective-C
#if defined(HAVE_OBJC_ARC) && ! __has_feature(objc_arc)
|
|
#error THIS CODE MUST BE COMPILED WITH ARC ENABLED!
|
|
#endif
|