-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 example does not build tests #97
Comments
Please try with -DBUILD_TESTING=OFF |
It works with |
AFAIK, our CMake currently does not, but will soon support building and running the unit tests. |
Yes, currently our tests only run on Bazel. My goal is to have this remedied by the end of Q2. |
Our tests should be running in CMake within the next few days, as I have the change ready to go internally. After review and upstreaming, our tests should run, at least on Linux. At that point I'll close the issue. |
This is now tracked in #109 |
This should now be fixed on Linux. Please re-open if this problem persists |
CMake now successful, thanks! |
For future reference, I used |
I created a CMake project by copy-pasting the example CMakeLists.txt
I cloned abseil-cpp, cctz and googletest into subdirectories, created a build directory and ran
cmake ..
there.Abseil seems to be unable to find googletest.
benchmark is not mentioned at all in the readme.
The text was updated successfully, but these errors were encountered: