We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e13cf commit 618de08Copy full SHA for 618de08
example/example-lib/CMakeLists.txt
@@ -11,11 +11,11 @@ else()
11
message(STATUS "kqueue found!")
12
endif()
13
14
-find_library(HAVE_ARKIT ARKit)
15
-if (NOT HAVE_ARKIT)
16
- message(FATAL_ERROR "ARKit.framework NOT found!")
+find_library(HAVE_UIKIT UIKit)
+if (NOT HAVE_UIKIT)
+ message(FATAL_ERROR "UIKit.framework NOT found!")
17
else()
18
- message(STATUS "ARKit.framework found!")
+ message(STATUS "UIKit.framework found!")
19
20
21
# Try to find XCtest as well
0 commit comments