Skip to content

All compilers on APPLE use ld64 #99

@RJVB

Description

@RJVB

The current compiler settings module limits Mac users to building with the system compiler:

if (${CMAKE_CXX_COMPILER_ID} STREQUAL AppleClang)

Using e.g. a newer clang from MacPorts or HB will cause the link step to fail.

Assuming that lxqt code will only be built on desktop systems the correct test is simply

if (APPLE)

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