[Webkit-unassigned] [Bug 162605] New: [cmake] Added COMPILER_IS_GCC_OR_CLANG variable to simplify conditions.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 04:49:59 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162605

            Bug ID: 162605
           Summary: [cmake] Added COMPILER_IS_GCC_OR_CLANG variable to
                    simplify conditions.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annulen at yandex.ru
                CC: lforschler at apple.com

Added COMPILER_IS_GCC_OR_CLANG variable to be used instead of (CMAKE_COMPILER_IS_GNUCXX OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")

BTW, Clang detection will break when upgrading to CMake 3.0 as CMAKE_CXX_COMPILER_ID will become AppleClang for Clang supplied by Apple. This will be addressed in the following patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160927/cec980aa/attachment.html>


More information about the webkit-unassigned mailing list