From 2e5253a432612f5131803e34c234890bef135170 Mon Sep 17 00:00:00 2001 From: fwcd Date: Wed, 18 Oct 2023 13:57:49 +0100 Subject: [PATCH] Disable `BUILD_TESTING` on Windows --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7a836a7e..2855b217 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,6 +21,7 @@ jobs: os: windows-2019 install_dir: C:\libKeyFinder cmake_extras: >- + -DBUILD_TESTING=OFF -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake cmake_config: --config RelWithDebInfo