bond/cmake/ThirdParty.cmake

8 строки
256 B
CMake

set (BOND_ENABLE_GRPC
"FALSE"
CACHE BOOL "If TRUE, then Bond C++ gRPC support will be built, using the grpc submodule. The grpc pre-requesites will need to have been installed.")
if (BOND_ENABLE_GRPC)
add_subdirectory(thirdparty/grpc)
endif()