-
Notifications
You must be signed in to change notification settings - Fork 126
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 could not find Check #498
Comments
|
I cant find this package oO cat /etc/os-release |
Ah, the package is just called |
Thanks! sudo apt install libuv-dev |
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Check (missing: CHECK_LIBRARIES CHECK_INCLUDE_DIR) (Required
is at least version "0.9.6")
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindCheck.cmake:92 (find_package_handle_standard_args)
CMakeLists.txt:947 (find_package)
i followed this instructions: https://github.com/getdnsapi/getdns#user-content-building
i had some more errors but could fix them by installing the packages: libuv-dev, libevent-dev
im using a raspbian on pi3.
Anybody know how to fix this ?
The text was updated successfully, but these errors were encountered: