ci: build linux runner with cxx17

This commit is contained in:
Haitao Pan 2026-05-03 19:55:53 +08:00
parent bb1ef629b2
commit 3dbace66ca

View File

@ -16,6 +16,7 @@ add_executable(${BINARY_NAME}
# Apply the standard set of build settings. This can be removed for applications
# that need different build settings.
apply_standard_settings(${BINARY_NAME})
target_compile_features(${BINARY_NAME} PRIVATE cxx_std_17)
target_compile_options(${BINARY_NAME} PRIVATE -Werror)
# Add preprocessor definitions for the application ID.