From c8dc0e3fc64dd00b561a0a53f6dadb656dec649a Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Mon, 29 Jul 2024 12:38:22 +0200 Subject: [PATCH] Disable third party qcoro tests and examples --- CMake/Platform/Common/CMakePresets.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CMake/Platform/Common/CMakePresets.json b/CMake/Platform/Common/CMakePresets.json index 7b04eefb..95f8650a 100644 --- a/CMake/Platform/Common/CMakePresets.json +++ b/CMake/Platform/Common/CMakePresets.json @@ -11,7 +11,9 @@ "description": "Placeholder configuration that buildPresets and testPresets can inherit from", "hidden": true, "cacheVariables": { - "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../vcpkg/scripts/buildsystems/vcpkg.cmake" + "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/../vcpkg/scripts/buildsystems/vcpkg.cmake", + "QCORO_BUILD_EXAMPLES": "OFF", + "BUILD_TESTING": "OFF" } }, { @@ -165,4 +167,4 @@ } } ] -} +} \ No newline at end of file