Is file grpc/tools/cmake/
gRPCConfig.cmake.in but no file gRPCConfig.cmake in any directory after installation:
$ git clone -b $(curl -L
https://grpc.io/release)
https://github.com/grpc/grpc$ cd grpc
$ git submodule update --init
$ make
$ sudo make install
$ sudo ldconfig
cmake . in helloworld folder give me:
Make Error at CMakeLists.txt:13 (find_package):
Could not find a package configuration file provided by "gRPC" with any of
the following names:
gRPCConfig.cmake
grpc-config.cmake
Add the installation prefix of "gRPC" to CMAKE_PREFIX_PATH or set
"gRPC_DIR" to a directory containing one of the above files. If "gRPC"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/andrzej/code/grpc/examples/cpp/helloworld/CMakeFiles/CMakeOutput.log".
In log I can't see nothing about error.