From 0466c7234cbc66011464f4d5be37f11c1b5410ce Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 18 Feb 2024 23:13:16 +0100 Subject: [PATCH] [skip ci] Try fix MINGW ci --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)