I have attempted to follow the instructions on building the example and it fails. I have a system wide cmake installed which is a bit older, so I installed the latest according to instructions. After installing I do a version
/var/lzlabs.d/Downloads/cmake/bin/cmake --version cmake version 3.30.3 CMake suite maintained and supported by Kitware (kitware.com/cmake). I export MY_INSTALL_DIR=/var/lzlabs.d/Downloads/grpc/grpc cd examples/cpp/helloworld/ mkdir -p cmake/build pushd cmake/build /var/lzlabs.d//Downloads/cmake/bin/cmake -DCMAKE_PREFIX_PATH=$MY_INSTALL_DIR ../.. ....get ... CMake Warning: Ignoring extra path from command line: "../.." make -j 4 make: *** No targets specified and no makefile found. Stop. What am I doing wrong? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/6a48be52-6920-41d8-8023-4233e545be4en%40googlegroups.com.