[skip ci] Update unit test CMakeList for MINGW

This commit is contained in:
ado 2024-02-18 21:58:06 +01:00
parent a2666816de
commit d019edb2bf

View File

@ -15,7 +15,7 @@ endif()
if (MSVC) if (MSVC)
add_compile_options(/bigobj) add_compile_options(/bigobj)
elseif (MINGW) elseif (MINGW)
add_compile_options(-Wa,-mbig-obj) add_compile_options(-Wa,-mbig-obj,-mcmodel=large)
endif () endif ()
include(FetchContent) include(FetchContent)