Revert BUILD_NUMBER fix
This commit is contained in:
parent
541aaff45e
commit
b4939c2d99
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ project(llama_cpp)
|
||||||
|
|
||||||
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
|
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
|
||||||
|
|
||||||
set(BUILD_NUMBER 0) # TEMPORARY Fix
|
|
||||||
|
|
||||||
if (LLAMA_BUILD)
|
if (LLAMA_BUILD)
|
||||||
set(BUILD_SHARED_LIBS "On")
|
set(BUILD_SHARED_LIBS "On")
|
||||||
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
|
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
|
||||||
|
|
Loading…
Reference in a new issue