How to specify CMAKE preset defined in CMakePresets.json in recipes? #bitbake #cmake #devtool
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
The only documentation ( https://docs.yoctoproject.org/dev-manual/devtool.html#devtool-ide-sdk-configures-ides-and-bootstraps-sdks ) that I've come across is more in the context of IDE/SDK development. Was just curious if there is a mechanism equivalent to cmake --preset <configurePresetName> or if CMAKE in a yocto environment will ignore CMakePresets.json files, or is this bad practice?