mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
iOS: Fix compilation of CMake itself
There are no ApplicationServices on iOS.
This commit is contained in:
@@ -47,8 +47,11 @@
|
||||
struct cmLinkImplementation;
|
||||
|
||||
#if !defined(CMAKE_BOOTSTRAP) && defined(__APPLE__)
|
||||
# define HAVE_APPLICATION_SERVICES
|
||||
# include <ApplicationServices/ApplicationServices.h>
|
||||
# include <CoreFoundation/CoreFoundation.h>
|
||||
# if !TARGET_OS_IPHONE
|
||||
# define HAVE_APPLICATION_SERVICES
|
||||
# include <ApplicationServices/ApplicationServices.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(CMAKE_BOOTSTRAP)
|
||||
|
||||
Reference in New Issue
Block a user