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 1b809ce commit c148cf1Copy full SHA for c148cf1
CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
95
if (NOT DEFINED LLAMA_BUILD_COMMIT)
96
set(LLAMA_BUILD_COMMIT ${BUILD_COMMIT})
97
endif()
98
-set(LLAMA_INSTALL_VERSION 0.0.${BUILD_NUMBER})
+set(LLAMA_INSTALL_VERSION 0.0.${LLAMA_BUILD_NUMBER})
99
100
# override ggml options
101
set(GGML_ALL_WARNINGS ${LLAMA_ALL_WARNINGS})
0 commit comments