mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 11:29:43 +00:00
cmake : use LLAMA_BUILD_NUMBER when defining LLAMA_INSTALL_VERSION (#14362)
This commit is contained in:
parent
1b809cee22
commit
c148cf1946
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ endif()
|
||||||
if (NOT DEFINED LLAMA_BUILD_COMMIT)
|
if (NOT DEFINED LLAMA_BUILD_COMMIT)
|
||||||
set(LLAMA_BUILD_COMMIT ${BUILD_COMMIT})
|
set(LLAMA_BUILD_COMMIT ${BUILD_COMMIT})
|
||||||
endif()
|
endif()
|
||||||
set(LLAMA_INSTALL_VERSION 0.0.${BUILD_NUMBER})
|
set(LLAMA_INSTALL_VERSION 0.0.${LLAMA_BUILD_NUMBER})
|
||||||
|
|
||||||
# override ggml options
|
# override ggml options
|
||||||
set(GGML_ALL_WARNINGS ${LLAMA_ALL_WARNINGS})
|
set(GGML_ALL_WARNINGS ${LLAMA_ALL_WARNINGS})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue