Editing CMakeCache when using CMakePresets #4455
-
I am using CMakePresets to configure my CMake project. The most convenient way of editing CMakeCache variables in with the UI editor provided by the extension. Is there a way that this does not happen or a good way to see, when editing the CMakeCache with UI, that the variable that is adjusted is set in the CMakePresets? Thanks for any help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have the option to define user presets in |
Beta Was this translation helpful? Give feedback.
You have the option to define user presets in
CMakeUserPresets.json
that inherits from a project-defined preset and makes changes on top of it.