We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdb8ae commit cb12e06Copy full SHA for cb12e06
examples/qualcomm/CMakeLists.txt
@@ -82,14 +82,6 @@ add_subdirectory(
82
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/re2
83
${CMAKE_CURRENT_BINARY_DIR}/re2
84
)
85
-add_subdirectory(
86
- ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/pcre2
87
- ${CMAKE_CURRENT_BINARY_DIR}/pcre2
88
-)
89
90
- ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/json/single_include
91
- ${CMAKE_CURRENT_BINARY_DIR}/json
92
93
set(CMAKE_POSITION_INDEPENDENT_CODE ${_pic_flag})
94
95
# build qnn_executor_runner
0 commit comments