Added cross compilation for arm & arm64 linux architectures in CMakePresets.json (for faster CI/CD builds)
This commit is contained in:
@@ -60,7 +60,8 @@
|
|||||||
"strategy": "external"
|
"strategy": "external"
|
||||||
},
|
},
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"OUT_FILE_SUFFIX": "arm"
|
"OUT_FILE_SUFFIX": "arm",
|
||||||
|
"CMAKE_TOOLCHAIN_FILE": "linux-arm.cmake"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -71,7 +72,8 @@
|
|||||||
"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