mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
fix: Set default toolchain file
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
"name": "dev-debug",
|
"name": "dev-debug",
|
||||||
"displayName": "Development Debug",
|
"displayName": "Development Debug",
|
||||||
"description": "Base preset that can either be used directly or can be customized through a CMakeUserPresets.json",
|
"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": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Debug",
|
"CMAKE_BUILD_TYPE": "Debug",
|
||||||
"SWIFT_USE_CRASHPAD": "OFF",
|
"SWIFT_USE_CRASHPAD": "OFF",
|
||||||
|
|||||||
Reference in New Issue
Block a user