1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 01:13:08 +00:00

Eliminate reference to vestigial MT_BUILD variable

This commit is contained in:
AnyOldName3 2025-07-05 18:09:36 +01:00
parent a51afbeaa8
commit bf92e551a7

View file

@ -786,7 +786,7 @@ if (WIN32)
endif()
if (BUILD_BULLETOBJECTTOOL)
target_compile_options(openmw-bulletobjecttool PRIVATE ${WARNINGS} ${MT_BUILD})
target_compile_options(openmw-bulletobjecttool PRIVATE ${WARNINGS})
endif()
if (BUILD_OPENCS_TESTS)