ci: build linux runner with cxx17
This commit is contained in:
parent
bb1ef629b2
commit
3dbace66ca
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user