]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : use list(APPEND ...) instead of set() + dedup linker (#9463)
authorGeorgi Gerganov <redacted>
Sat, 14 Sep 2024 07:55:05 +0000 (10:55 +0300)
committerGitHub <redacted>
Sat, 14 Sep 2024 07:55:05 +0000 (10:55 +0300)
commit1f4111e540bacec8d00ca9fd96417bf4c1339394
treee873d91946a0b3bc94fcd1a3c202e54275ab14f1
parentbefaf1197fa447f61714de041828852a270659d2
cmake : use list(APPEND ...) instead of set() + dedup linker (#9463)

* cmake : use list(APPEND ...) instead of set() + dedup linker

ggml-ci

* cmake : try fix sycl

* cmake : try to fix sycl 2

* cmake : fix sycl build (#9469)

* try fix sycl build

* use CMAKE_CXX_FLAGS as a string variable

---------

Co-authored-by: Georgi Gerganov <redacted>
* one more CMAKE_CXX_FLAGS fix (#9471)

---------

Co-authored-by: Michael Podvitskiy <redacted>
ggml/src/CMakeLists.txt