Skip to content

Commit 4e16953

Browse files
author
Chris Natale
committed
fix: remove prior conditional that my logic replaces
1 parent 54b5ff5 commit 4e16953

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backend/cpp/llama/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ cmake_minimum_required(VERSION 3.15)
1717
set(TARGET grpc-server)
1818
set(_PROTOBUF_LIBPROTOBUF libprotobuf)
1919
set(_REFLECTION grpc++_reflection)
20-
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
21-
link_directories("/opt/homebrew/lib")
22-
include_directories("/opt/homebrew/include")
23-
endif()
2420

2521
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
2622
# Set correct Homebrew install folder for Apple Silicon and Intel Macs

0 commit comments

Comments
 (0)