From 39210eebd219b01a78deb6c312ca3433c6994090 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:22:08 -0400 Subject: exclude stormlib without changing lus (#214) * exclude stormlib without changing lus * no idea why LUS isn't doing this for us, it should be... --------- Co-authored-by: MegaMech --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34b110bc7..3f0d3f277 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,6 +267,9 @@ FetchContent_MakeAvailable(dr_libs) # Libultraship Integration # #==============================================================================# +set(EXCLUDE_MPQ_SUPPORT TRUE CACHE BOOL "") +add_compile_definitions(EXCLUDE_MPQ_SUPPORT) + include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/src -- cgit v1.2.3