list-all-presetsΒΆ
cmake --list-presetsgained*-definedvalues that list all non-hidden presets of the corresponding type and explain why unavailable presets cannot be used. Thedefinedvalue is an alias forconfigure-defined, whileall-definedselects every type. Build, test, and package presets whose configure preset is unavailable are now considered unavailable too.cmake --workflow --list-presets=definedwas added to provide the same availability information for all defined workflow presets and their steps.cmake --build --list-presets=defined,ctest --list-presets=defined, andcpack --list-presets=definedwere added to list all defined build, test, and package presets, respectively.