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 3e38b85 commit 181cc08Copy full SHA for 181cc08
CMakeLists.txt
@@ -665,7 +665,10 @@ install(FILES tools/cmake/executorch-config.cmake DESTINATION lib/cmake/ExecuTor
665
#
666
# executor_runner: Host tool that demonstrates program execution.
667
668
-option(EXECUTORCH_BUILD_EXECUTOR_RUNNER "Build the executor_runner executable" ON)
+cmake_dependent_option(
669
+ EXECUTORCH_BUILD_EXECUTOR_RUNNER "Build the executor_runner executable" ON
670
+ "NOT CMAKE_TOOLCHAIN_IOS" OFF
671
+)
672
673
# Add googletest if any test targets should be built
674
if(BUILD_TESTING)
0 commit comments