Skip to content

Use MATCHES instead of STREQUAL to test for Clang #11

@ryandesign

Description

@ryandesign

Everywhere that your CMakeLists.txt currently checks STREQUAL "Clang", please change to MATCHES "Clang".

If CMP0025 is set to NEW, then Apple versions of Clang are identified by the compiler ID AppleClang, not Clang.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions