Complete remaining CI fixes: enforce C++ standard, use Release mode, remove stale submodule

Co-authored-by: MayaTheShy <117858929+MayaTheShy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-17 00:00:17 +00:00
parent b8c3489687
commit 3e2c03c5dc
3 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ project(starworld LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
option(USE_OVERTE_SDK "Link against Overte SDK if available" OFF)
option(USE_STARDUST_SDK "Link against StardustXR SDK if available" OFF)