From b4939c2d99cb3b0e49bcaeee8731050deed9ccfe Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 29 Sep 2023 23:28:45 -0400 Subject: [PATCH] Revert BUILD_NUMBER fix --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53dbbf2..c633c07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,6 @@ project(llama_cpp) option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON) -set(BUILD_NUMBER 0) # TEMPORARY Fix - if (LLAMA_BUILD) set(BUILD_SHARED_LIBS "On") if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")