mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Disable fmt exceptions
This commit is contained in:
parent
7c8576085a
commit
547c3a6805
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
|||
# Objective-C++ because fmt tries try to use throw because __EXCEPTIONS is defined.
|
||||
add_compile_options("$<$<COMPILE_LANGUAGE:OBJC>:-fno-objc-exceptions>")
|
||||
add_compile_options("$<$<COMPILE_LANGUAGE:OBJCXX>:-fno-objc-exceptions>")
|
||||
dolphin_compile_definitions(FMT_EXCEPTIONS=0)
|
||||
|
||||
find_library(APPKIT_LIBRARY AppKit)
|
||||
find_library(APPSERV_LIBRARY ApplicationServices)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue