mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
[skip ci] Update unit test CMakeList for MINGW
This commit is contained in:
parent
a2666816de
commit
d019edb2bf
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user