Specify compiler on linux preset (#3177)

This commit is contained in:
Lander Gallastegi 2025-06-29 23:35:59 +02:00 committed by GitHub
parent 64dfccdf26
commit 77117abb31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,8 @@
"generator": "Ninja",
"binaryDir": "${sourceDir}/Build/${presetName}",
"cacheVariables": {
"CMAKE_C_COMPILER": "clang",
"CMAKE_CXX_COMPILER": "clang++",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/Build/${presetName}"
}
}