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 54b5ff5 commit 4e16953Copy full SHA for 4e16953
backend/cpp/llama/CMakeLists.txt
@@ -17,10 +17,6 @@ cmake_minimum_required(VERSION 3.15)
17
set(TARGET grpc-server)
18
set(_PROTOBUF_LIBPROTOBUF libprotobuf)
19
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()
24
25
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
26
# Set correct Homebrew install folder for Apple Silicon and Intel Macs
0 commit comments