This is very useful. I understand that the `preset` feature was added in a relatively recent version of CMake. Is it possible to use this feature with the version of CMake that is included with the PLCnext CLI tool version 2021.6? If not, when is then planned?
CMake `presets` starts from CMake version 3.19, from the version 3.21 `CMakePresets.json` has version 3 (https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html#). The PLCnext CLI tool calls CMake (during build process), so this feature can make it easier to configure CMake.
Leave a Reply
You must be logged in to post a comment.