Slendi
il y a 3 mois
committed by
GitHub
Parent
révision
8edbd07b5e
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
CMakeLists.txt
|
|
@ -37,7 +37,7 @@ include(CompilerFlags) |
|
|
|
# Registers build options that are exposed to cmake |
|
|
|
include(CMakeOptions.txt) |
|
|
|
|
|
|
|
if (UNIX AND NOT APPLE) |
|
|
|
if (UNIX AND NOT APPLE AND NOT "${PLATFORM}" MATCHES "DRM") |
|
|
|
if (NOT GLFW_BUILD_WAYLAND AND NOT GLFW_BUILD_X11) |
|
|
|
MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11") |
|
|
|
endif() |
|
|
|