mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-20 19:00:37 -05:00
Callers of `_ep_get_build_command` do not initialize the output variable they pass and expect the function to unconditionally set it. Revise the function to not check its own output variable. Otherwise if a `cmd` variable happens to be set when `ExternalProject_Add` is called then it will be erroneously used as the default `BUILD`, `TEST`, and `INSTALL` command.
86 KiB
86 KiB