-
Notifications
You must be signed in to change notification settings - Fork 8
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
when do cmake,it will accur following error results #13
Comments
Maybe it is caused by the missing of benchmark lib of google. Try to install the lib firstly. |
did it help? |
I had a similar issue. I added
Any idea? |
I guess your conda env-file is incomplete, it should add libblitz from conda-forge. |
conda-forge also provides pythran, so the env-file wouldn't need to use pip at all. |
I'm on standard Ubuntu 20.04 with fairly new g++-9.3 or clang-9.
Please see below,
|
CMake Error at CMakeLists.txt:73 (find_package):
By not providing "Findbenchmark.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"benchmark", but CMake did not find one.
The text was updated successfully, but these errors were encountered: