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>")