Skip to content

Commit 9a8d4f7

Browse files
committed
Fix gRPC header include path.
1 parent d5d60b6 commit 9a8d4f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compiler_gym/util/GrpcStatusMacros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <boost/current_function.hpp>
1010

1111
#include "glog/logging.h"
12-
#include "include/grpcpp/grpcpp.h"
12+
#include "grpcpp/grpcpp.h"
1313

1414
using grpc::Status;
1515

external/external.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ if(COMPILER_GYM_GRPC_PROVIDER STREQUAL "internal")
174174
)
175175
FetchContent_MakeAvailable(grpc)
176176
set(_GRPC_CPP_PLUGIN_EXECUTABLE $<TARGET_FILE:grpc_cpp_plugin>)
177-
#TODO(boian): remove this when GrpcStatusMacros.h uses the correct include path.
178177
target_include_directories(grpc++ INTERFACE "${grpc_SOURCE_DIR}")
179178
else()
180179
find_package(gRPC REQUIRED)

0 commit comments

Comments
 (0)