Skip to content

Commit

Permalink
remove ,
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Dec 26, 2023
1 parent 5876b74 commit 22318ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cpp/llama/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif()
include_directories(${Protobuf_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})

cmake_print_variables(Protobuf_VERSION, Protobuf_INCLUDE_DIRS, CMAKE_CURRENT_BINARY_DIR, C_INCLUDE_PATH, Protobuf_INCLUDE_DIR, _PROTOBUF_PROTOC, _GRPC_CPP_PLUGIN_EXECUTABLE)
cmake_print_variables(Protobuf_VERSION Protobuf_INCLUDE_DIRS CMAKE_CURRENT_BINARY_DIR C_INCLUDE_PATH Protobuf_INCLUDE_DIR _PROTOBUF_PROTOC _GRPC_CPP_PLUGIN_EXECUTABLE)


# Proto file
Expand Down

0 comments on commit 22318ad

Please sign in to comment.