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