[Webkit-unassigned] [Bug 186049] [GTK] CMakeLists cannot recognize gcc > 6.0.0
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 29 06:53:41 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186049
--- Comment #1 from tigercosmos <phy.tiger at gmail.com> ---
I use ` message("${CMAKE_C_COMPILER}")` to find the cc path.
It will lead to `/usr/bin/cc`
If I check the `/usr/bin/cc` version it shows `6.4.0`
However, in the cmake `CMAKE_CXX_COMPILER_VERSION` will get `5.4.0`.
So weird!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180529/5f64373e/attachment.html>
More information about the webkit-unassigned
mailing list