File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -683,10 +683,10 @@ if(EXECUTORCH_BUILD_PTHREADPOOL AND EXECUTORCH_BUILD_CPUINFO)
683683endif ()
684684
685685if (EXECUTORCH_BUILD_KERNELS_TORCHAO)
686- if (NOT TARGET cpuinfo)
686+ if (NOT TARGET cpuinfo)
687687 message (FATAL_ERROR "EXECUTORCH_BUILD_KERNELS_TORCHAO requires EXECUTORCH_BUILD_CPUINFO be set ON" )
688688 endif ()
689- if (NOT TARGET pthreadpool)
689+ if (NOT TARGET pthreadpool)
690690 message (FATAL_ERROR "EXECUTORCH_BUILD_KERNELS_TORCHAO requires EXECUTORCH_BUILD_PTHREADPOOL be set ON" )
691691 endif ()
692692
@@ -719,7 +719,7 @@ if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
719719 DESTINATION ${_common_include_directories}
720720 )
721721 # If using KleidiAI and XNNPACK has not installed it already, install it
722- if (TORCHAO_BUILD_KLEIDIAI AND NOT (EXECUTORCH_BUILD_XNNPACK AND EXECUTORCH_XNNPACK_ENABLE_KLEIDI))
722+ if (TORCHAO_BUILD_KLEIDIAI AND NOT (EXECUTORCH_BUILD_XNNPACK AND EXECUTORCH_XNNPACK_ENABLE_KLEIDI))
723723 install (
724724 TARGETS kleidiai
725725 EXPORT ExecuTorchTargets
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ if(TARGET custom_ops)
115115 list (APPEND link_libraries custom_ops)
116116endif ()
117117
118- if (TARGET torchao_ops_executorch)
118+ if (TARGET torchao_ops_executorch)
119119 executorch_target_link_options_shared_lib(torchao_ops_executorch)
120120 list (APPEND link_libraries torchao_ops_executorch)
121121endif ()
You can’t perform that action at this time.
0 commit comments