Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx committed May 12, 2017
1 parent 86328e3 commit 10be505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ add_dependencies(spdlog gabime_spdlog)
#########################
find_package(grpc)

if (NOT grpc_FOUND)
#if (NOT grpc_FOUND)
ExternalProject_Add(grpc_grpc
GIT_REPOSITORY "https://github.com/grpc/grpc.git"
# GIT_TAG "v1.3.2"
Expand All @@ -344,7 +344,7 @@ if (NOT grpc_FOUND)
set(grpc_LIB ${source_dir}/libs/opt/libgrpc.so)
set(grpcpp_LIB ${source_dir}/libs/opt/libgrpc++.so)
set(gpr_LIB ${source_dir}/libs/opt/gpr.so)
endif ()
#endif ()

# libgrpc
add_library(grpc SHARED IMPORTED)
Expand Down

0 comments on commit 10be505

Please sign in to comment.