Skip to content

Commit 30a6f5e

Browse files
authored
lintrunner -a backends/qualcomm/CMakeLists.txt (#13396)
Fixes lint issues introduced by #12583
1 parent 01f703f commit 30a6f5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backends/qualcomm/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
5858
endif()
5959

6060
include_directories(
61-
BEFORE
62-
${_common_include_directories}
63-
${QNN_SDK_ROOT}/include/QNN
61+
BEFORE ${_common_include_directories} ${QNN_SDK_ROOT}/include/QNN
6462
${QNN_SDK_ROOT}/share/QNN/converter/jni
6563
${EXECUTORCH_SOURCE_DIR}/runtime/core/portable_type/c10
6664
)

0 commit comments

Comments
 (0)