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)