Skip to content

Commit 0adbacf

Browse files
committed
Address comments
1 parent 2c821e4 commit 0adbacf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/qualcomm/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ if(EXECUTORCH_BUILD_PYBIND)
6464
)
6565
endif()
6666
set(ENV{QNN_SDK_ROOT} ${QNN_SDK_ROOT})
67-
elseif(NOT DEFINED QNN_SDK_ROOT)
67+
endif()
68+
69+
if(NOT DEFINED QNN_SDK_ROOT)
6870
message(
6971
FATAL_ERROR
7072
"Please define QNN_SDK_ROOT, e.g. cmake <..> -DQNN_SDK_ROOT=<...>"

0 commit comments

Comments
 (0)