mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 15:48:57 +02:00
fix 1?
This commit is contained in:
parent
d411b478f5
commit
b1cc54bd53
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ else()
|
|||
)
|
||||
# c++ only
|
||||
add_compile_options(
|
||||
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti # Disable RTTI
|
||||
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti> # Disable RTTI
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue