From 175d06515d5e5cd8c6ba73e621e04c8a3329b2e4 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Wed, 19 Nov 2025 18:19:05 +0900 Subject: [PATCH] chore: delete unrelated line --- linux/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index ffff12596..ecb5b8764 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -42,7 +42,6 @@ endif() # default. In most cases, you should add new options to specific targets instead # of modifying this function. function(APPLY_STANDARD_SETTINGS TARGET) - target_compile_options(${TARGET} PRIVATE -Wno-deprecated) target_compile_features(${TARGET} PUBLIC cxx_std_14) target_compile_options(${TARGET} PRIVATE -Wall -Werror) target_compile_options(${TARGET} PRIVATE "$<$>:-O3>")