build(cmake): bump c++ to 23 (#4096)

This commit is contained in:
ReenigneArcher
2025-07-19 09:00:44 -04:00
committed by GitHub
parent 31f87bbc18
commit 274b998ec5
4 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ endif()
target_link_libraries(sunshine ${SUNSHINE_EXTERNAL_LIBRARIES} ${EXTRA_LIBS})
target_compile_definitions(sunshine PUBLIC ${SUNSHINE_DEFINITIONS})
set_target_properties(sunshine PROPERTIES CXX_STANDARD 20
set_target_properties(sunshine PROPERTIES CXX_STANDARD 23
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR})