fix: Set default toolchain file

This commit is contained in:
Lars Toenning
2025-07-19 17:45:37 +02:00
parent 57ae33a8d2
commit 317fccfa3b

View File

@@ -62,6 +62,7 @@
"name": "dev-debug",
"displayName": "Development Debug",
"description": "Base preset that can either be used directly or can be customized through a CMakeUserPresets.json",
"toolchainFile": "build_conan/build/Debug/generators/conan_toolchain.cmake",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"SWIFT_USE_CRASHPAD": "OFF",