From 3dbace66ca09970d730c3fc9ee6dc97e0035fe1c Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 3 May 2026 19:55:53 +0800 Subject: [PATCH] ci: build linux runner with cxx17 --- linux/runner/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/runner/CMakeLists.txt b/linux/runner/CMakeLists.txt index c718b458..bcebdd05 100644 --- a/linux/runner/CMakeLists.txt +++ b/linux/runner/CMakeLists.txt @@ -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.