1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Use MT's string conversion inside Irrlicht

This commit is contained in:
sfan5 2024-04-06 12:42:44 +02:00
parent b9adf244e5
commit 30e280b694
2 changed files with 8 additions and 7 deletions

View file

@ -38,8 +38,6 @@ elseif(MSVC)
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
add_compile_options(/arch:SSE)
endif()
add_compile_options(/D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
endif()
# Platform-independent configuration (hard-coded currently)