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 0307089 commit 78ef096Copy full SHA for 78ef096
ggml/src/ggml-cpu/CMakeLists.txt
@@ -5,7 +5,7 @@ function(ggml_add_cpu_backend_features cpu_name arch)
5
# build, using set_source_files_properties() to set the arch flags is not possible
6
set(GGML_CPU_FEATS_NAME ${cpu_name}-feats)
7
add_library(${GGML_CPU_FEATS_NAME} OBJECT ggml-cpu/arch/${arch}/cpu-feats.cpp)
8
- target_include_directories(${GGML_CPU_FEATS_NAME} PRIVATE . .. ../include)
+ target_include_directories(${GGML_CPU_FEATS_NAME} PRIVATE . ../include)
9
target_compile_definitions(${GGML_CPU_FEATS_NAME} PRIVATE ${ARGN})
10
target_compile_definitions(${GGML_CPU_FEATS_NAME} PRIVATE GGML_BACKEND_DL GGML_BACKEND_BUILD GGML_BACKEND_SHARED)
11
set_target_properties(${GGML_CPU_FEATS_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON)
0 commit comments