mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-04 09:13:05 +00:00
Eliminate reference to vestigial MT_BUILD variable
This commit is contained in:
parent
a51afbeaa8
commit
bf92e551a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue