Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Jul 20, 2023
1 parent 22aef0b commit b3548f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b3548f6

Please sign in to comment.