mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-02 14:07:10 +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
|
# c++ only
|
||||||
add_compile_options(
|
add_compile_options(
|
||||||
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti # Disable RTTI
|
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti> # Disable RTTI
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue