You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
The text was updated successfully, but these errors were encountered: