Removed toolchain files from CMakePresets.json
This commit is contained in:
@@ -60,8 +60,7 @@
|
|||||||
"strategy": "external"
|
"strategy": "external"
|
||||||
},
|
},
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"OUT_FILE_SUFFIX": "arm",
|
"OUT_FILE_SUFFIX": "arm"
|
||||||
"CMAKE_TOOLCHAIN_FILE": "linux-arm.cmake"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -72,8 +71,7 @@
|
|||||||
"strategy": "external"
|
"strategy": "external"
|
||||||
},
|
},
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"OUT_FILE_SUFFIX": "arm64",
|
"OUT_FILE_SUFFIX": "arm64"
|
||||||
"CMAKE_TOOLCHAIN_FILE": "linux-arm64.cmake"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user