Skip to content

Commit b390043

Browse files
committed
Address more comments
1 parent ef2269d commit b390043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/qualcomm/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ get_filename_component(
2424
)
2525

2626
# We only download QNN SDK when we build pip wheel for ExecuTorch.
27-
if(EXECUTORCH_BUILD_WHEEL_DEV_USE_ONLY)
27+
# Please don't change this code unless you know what you are doing.
28+
if(EXECUTORCH_BUILD_WHEEL_DO_NOT_USE)
2829
set(_qnn_default_sdk_dir "${CMAKE_CURRENT_BINARY_DIR}/sdk/qnn")
2930

3031
if(EXISTS "${_qnn_default_sdk_dir}" AND EXISTS "${_qnn_default_sdk_dir}/lib")

0 commit comments

Comments
 (0)