From f0fe092be8e6c77529c81e939433e1e65d3cb137 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 24 Mar 2026 22:34:05 +0000 Subject: [PATCH] use language generator exprs --- src/CMakeLists.txt | 1 + src/video_core/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a5c99c623a..ed3832d8d5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -300,6 +300,7 @@ endif() if (IOS) add_subdirectory(ios) + add_compile_options($<$:-Wno-error>) endif() include(GenerateDepHashes) diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 64d14ab2a6..8f461b1908 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -454,7 +454,6 @@ else() else() target_compile_options(video_core PRIVATE $<$:-Wconversion>) endif() - target_compile_options(video_core PRIVATE $<$:-Wno-sign-conversion>) # xbyak