From 84b1a6ebf0ff5adc4fca5d0f347bbbc1dae09986 Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 26 Mar 2026 03:43:45 +0000 Subject: [PATCH] ONE last parentehsis --- CMakeLists.txt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f74d561cf..56ef592c0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,8 +158,7 @@ if (CXX_CLANG_CL) if (ARCHITECTURE_x86_64) add_compile_options( $<$:-msse4.1> - $<$:-mcx16> - ) + $<$:-mcx16>) endif() endif() @@ -402,8 +401,7 @@ if (Boost_ADDED) target_compile_options(boost_icl INTERFACE $<$:-Wno-shadow>) target_compile_options(boost_asio INTERFACE $<$:-Wno-conversion> - $<$:-Wno-implicit-fallthrough> - ) + $<$:-Wno-implicit-fallthrough>) endif() endif() @@ -441,9 +439,7 @@ if (NOT YUZU_STATIC_ROOM) if (Opus_ADDED) if (MSVC AND CXX_CLANG) - target_compile_options(opus PRIVATE - $<$:-Wno-implicit-function-declaration> - ) + target_compile_options(opus PRIVATE $<$:-Wno-implicit-function-declaration>) endif() endif()