cmake --list-presets=workflow is not supported
The cmake --list-presets
option can be specified with a =<type>
suffix to list only presets of a specified type. As of CMake 3.25.0-rc2, this works for all preset types except workflow
. This appears to be an oversight, I think it is reasonable for users to expect workflow
to be supported as well. Workflow presets are shown if you give --list-presets=all
.
CC: @kyle.edwards
Edited by Craig Scott