Editing CMakeCache when using CMakePresets #4455
Unanswered
BilboBeutlin89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using CMakePresets to configure my CMake project.
The CMakePresets defines some values, which only sometimes needed to be adjusted. (used by the whole company, so the values should not always be changed)
The most convenient way of editing CMakeCache variables in with the UI editor provided by the extension.
When a variable is adjusted in the UI editor, which is also set in the CMakePresets, then it gets overriden, when CMake is configured again.
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.
All reactions