mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
`cmake --build <dir>` and `cmake --build --preset <preset>` are currently mutually exclusive options. This commit allows `<dir>` to override the build directory specified in a preset. This change allows the requirement for each build preset to have a configure preset to be dropped in a future commit. Closes: #27384