-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Labels
No labels