From e875d05b4c71ec4227fbc4048c92d3249cbe05bf Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 13 Aug 2025 16:10:56 -0700 Subject: [PATCH] Update [ghstack-poisoned] --- backends/qualcomm/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backends/qualcomm/CMakeLists.txt b/backends/qualcomm/CMakeLists.txt index 6564f7ee7ec..32105597260 100644 --- a/backends/qualcomm/CMakeLists.txt +++ b/backends/qualcomm/CMakeLists.txt @@ -58,9 +58,7 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug") endif() include_directories( - BEFORE - ${_common_include_directories} - ${QNN_SDK_ROOT}/include/QNN + BEFORE ${_common_include_directories} ${QNN_SDK_ROOT}/include/QNN ${QNN_SDK_ROOT}/share/QNN/converter/jni ${EXECUTORCH_SOURCE_DIR}/runtime/core/portable_type/c10 )