Skip to content

Commit 9bca355

Browse files
committed
Fixed parameter name
1 parent aea150e commit 9bca355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
717717
target_compile_options(executor_runner PUBLIC ${_common_compile_options})
718718
endif()
719719

720-
if(EXECUTORCH_BUILD_TORCHAO)
720+
if(EXECUTORCH_BUILD_KERNELS_TORCHAO)
721721
# Currently only enable this on Arm-based Macs
722722
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
723723
set(TORCHAO_BUILD_EXECUTORCH_OPS ON)

0 commit comments

Comments
 (0)