-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix build without GoogleTest and Benchmark (#15727) #15736
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
base: main
Are you sure you want to change the base?
Conversation
|
Welcome at Mixxx! |
JoergAtGithub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like yo accidentally commited two additional files
Yes I will remove them |
099917e to
70c5e61
Compare
|
I am afraid this is not yet working. to have that available in the C++ code. This can be done by removing
and adding |
|
@daschuer sure i will |
Wrap find_package(benchmark) in if(BUILD_BENCH) to remove CMake warning
Wrap #include <gtest/gtest_prod.h> in #ifdef BUILD_TESTING to prevent compilation errors
All fixes tested locally