In addition, I tried setting thetoolsetoption in CMakePresets.json, but it also had not effect on the compiler version. "toolset": { "value": "14.16", "strategy": "external" } How can I enforce a certain version of the compiler/toolset in CMakePresets.json when using Ninja...