From b3548f6c1df8fafb07ac2b5cc08daf3b770263fa Mon Sep 17 00:00:00 2001 From: Andrew McWatters Date: Wed, 19 Jul 2023 18:53:43 -0700 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b0f34..0a33ede 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,8 @@ elseif(UNIX) set(DIRECT_TO_DISPLAY TRUE PARENT_SCOPE) target_compile_definitions(game PUBLIC VK_USE_PLATFORM_DISPLAY_KHR) else() - message(FATAL_ERROR "Unknown WSI") + # UNDONE: No Window System Integration (WSI) on GitHub Actions. + # message(FATAL_ERROR "Unknown WSI") endif() endif()