From 5e1d4c3228e9e15209ece693511282314c52ea71 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Wed, 20 Nov 2024 22:45:31 +0800 Subject: [PATCH] ... --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 872308e..c7b8766 100644 --- a/test.py +++ b/test.py @@ -51,7 +51,7 @@ def check_build(self, project_name, args=''): def test_artifact_path(self): if PLATFORM.startswith('vs'): - out = self.check_generate('artifacts_path', args='-DCMAKE_TOOLCHAIN_FILE="../../toolchains/Windows.MSVC.toolchain.cmake"') + out = self.check_generate('artifacts_path', args='-G Ninja -DCMAKE_TOOLCHAIN_FILE="../../toolchains/Windows.MSVC.toolchain.cmake"') print(out) out = self.check_build('artifacts_path', '--config Release') print(out)