Skip to content

Commit 317fccf

Browse files
committed
fix: Set default toolchain file
1 parent 57ae33a commit 317fccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakePresets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"name": "dev-debug",
6363
"displayName": "Development Debug",
6464
"description": "Base preset that can either be used directly or can be customized through a CMakeUserPresets.json",
65+
"toolchainFile": "build_conan/build/Debug/generators/conan_toolchain.cmake",
6566
"cacheVariables": {
6667
"CMAKE_BUILD_TYPE": "Debug",
6768
"SWIFT_USE_CRASHPAD": "OFF",

0 commit comments

Comments
 (0)