-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Support cmake 3.8 and higher only #7801
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hi @dbaileychess, |
@ilya-lavrenov I left 2 comments the other day that haven't been resolved yet. |
hm, I don't see any comments in the PR.. |
oh, that's a stupid change by github. My comments show up in my view but have a new |
d6195e8
to
4a4f4d5
Compare
83fc26d
to
d80fb57
Compare
@dbaileychess please, have a look. Now, cmake files look generic enough to support cmake version 3.8 and higher, which allowed to remove legacy non-working cmake script. I've explicitly mentioned places why we need at least 3.8. |
Thanks, this is a better approach than fixing the legacy. Just a few comments. |
Thanks, I appreciate the fast turn around! |
CMakeLists.txt
file and now it becomes 3.8target_compile_features
withcxx_std_17
orcxx_std_11
arguments