8000 Revert BUILD_NUMBER fix · fieri/llama-cpp-python@b4939c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4939c2

Browse files
committed
Revert BUILD_NUMBER fix
1 parent 541aaff commit b4939c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ project(llama_cpp)
44

55
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
66

7-
set(BUILD_NUMBER 0) # TEMPORARY Fix
8-
97
if (LLAMA_BUILD)
108
set(BUILD_SHARED_LIBS "On")
119
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")

0 commit comments

Comments
 (0)
0