From f6e2f12371828834b209154a04d4b3d78d9c4fc7 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sun, 15 Jun 2025 22:24:41 -0600 Subject: [PATCH] Update CMakeLists.txt (#223) --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34b110bc7..2081b813b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,6 +267,10 @@ FetchContent_MakeAvailable(dr_libs) # Libultraship Integration # #==============================================================================# +# Removes MPQ/OTR support +set(EXCLUDE_MPQ_SUPPORT TRUE CACHE BOOL "") +add_compile_definitions(EXCLUDE_MPQ_SUPPORT) + include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/src @@ -702,4 +706,4 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Darwin") endif() set(CPACK_PROJECT_CONFIG_FILE ${CMAKE_SOURCE_DIR}/cmake/configure-packaging.cmake) -include(cmake/packaging.cmake) \ No newline at end of file +include(cmake/packaging.cmake)