Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error at pull/CMakeLists.txt #1

Open
codernew007 opened this issue Jun 21, 2022 · 3 comments
Open

CMake Error at pull/CMakeLists.txt #1

codernew007 opened this issue Jun 21, 2022 · 3 comments

Comments

@codernew007
Copy link

OS: Centos7

ERROR:
CMake Error at pull/CMakeLists.txt:11 (find_package):
Could not find a package configuration file provided by "civetweb" with any
of the following names:

civetwebConfig.cmake
civetweb-config.cmake

Add the installation prefix of "civetweb" to CMAKE_PREFIX_PATH or set
"civetweb_DIR" to a directory containing one of the above files. If
"civetweb" provides a separate development package or SDK, be sure it has
been installed.

@jplu
Copy link
Owner

jplu commented Jun 21, 2022

Did you install all the requirements as explained in the README?

@codernew007
Copy link
Author

I got this error utils I rebuild with the source code and make install.

But, I got another Error, which is shown below, even though I had installed grpc successfully.

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.

What should I do, who is a fresh man in cxx.

@jplu
Copy link
Owner

jplu commented Jun 21, 2022

Everything you need to do is detailed in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants