Update CMakeLists.txt
This commit is contained in:
parent
d4dd743d6f
commit
fdb55c9a01
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ add_library(ggml OBJECT
|
|||
|
||||
target_include_directories(ggml PUBLIC .)
|
||||
target_compile_features(ggml PUBLIC c_std_11) # don't bump
|
||||
target_link_libraries(ggml PRIVATE Threads::Threads ${LLAMA_EXTRA_LIBS})
|
||||
target_link_libraries(ggml Threads::Threads ${LLAMA_EXTRA_LIBS})
|
||||
if (BUILD_SHARED_LIBS)
|
||||
set_target_properties(ggml PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue