diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 83e469c..59fa1b2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,7 +15,7 @@ endif() if (MSVC) add_compile_options(/bigobj) elseif (MINGW) - add_compile_options(-Wa,-mbig-obj,-Wl,--default-image-base-low) + add_compile_options(-Wa -mbig-obj -Wl --default-image-base-low) endif () include(FetchContent)