Presets confuse me #3993
-
I want to setup my project so that configuration has two options: The platform(windows/linux/arm64) and the type(Debug/Release). But if i create a CMakePresets.json the second options for config goes away. and i get an extra option under Build. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@florenso No, Kits and Presets are separate design ideas for how to control project setup and configuration. CMake Presets is the suggested path forward as it has official support from both our team and Kitware (developers of cmake.exe) as well |
Beta Was this translation helpful? Give feedback.
@florenso No, Kits and Presets are separate design ideas for how to control project setup and configuration. CMake Presets is the suggested path forward as it has official support from both our team and Kitware (developers of cmake.exe) as well