Fix compilation on CentOS 7#2242
Fix compilation on CentOS 7#2242gennadiycivil merged 1 commit intogoogle:masterfrom SylvestreG:master
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Thank your for this contribution. Could you please elaborate and provide more information on exactly the issue / problems this is trying to address. |
|
HI Gennadiy, I was trying to build googletest on CentOS 7 using cmake. But It does not work, it produce an error. An issue seems to be created : #1786 but If I am right it was not fixed on the sourcetree. My PR fix this issue and allow people to use googletest on CentOS7. Best Regards, |
|
Also related, #2124 |
PiperOrigin-RevId: 245798478
Hi here is a fix to allow google test cmake to works on CentOS 7. On this cmake VERSION was not mendatory.
user > uname -a
Linux localhost.localdomain 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
user > cmake -v
cmake version 2.8.12.2
Best Regards,