From bf92e551a7dfcc8f4117267dd8f479f39310d8c2 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 5 Jul 2025 18:09:36 +0100 Subject: [PATCH] Eliminate reference to vestigial MT_BUILD variable --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c755ad315f..acbd42589f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)