diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 20de80641d..eb533b0a2f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -263,6 +263,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 25eb7846b4..3e0e40d035 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -368,7 +368,6 @@ else() else() target_compile_options(video_core PRIVATE $<$:-Werror=conversion>) endif() - target_compile_options(video_core PRIVATE $<$:-Wno-sign-conversion>) # xbyak