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

@@ -56,7 +56,7 @@ foreach(dep ${SUNSHINE_TARGET_DEPENDENCIES})
add_dependencies(${PROJECT_NAME} ${dep}) # compile these before sunshine
endforeach()
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20)
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 23)
target_link_libraries(${PROJECT_NAME}
${SUNSHINE_EXTERNAL_LIBRARIES}
gtest