Support CMake Presets version 5 #2979
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: presets
Milestone
Brief Issue Summary
requires cmake version 3.24. It adds the following features:
https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
testOutputTruncation
An optional string specifying the test output truncation mode. Equivalent to passing --test-output-truncation on the command line." This is allowed in preset files specifying version 5 or above.
${pathListSep}
Native character for separating lists of paths, such as : or ;.
For example, by setting PATH to /path/to/ninja/bin${pathListSep}$env{PATH}, ${pathListSep} will expand to the underlying operating system's character used for concatenation in PATH.
This is allowed in preset files specifying version 5 or above.
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: