diff options
author | Brad King <brad.king@kitware.com> | 2013-10-04 18:22:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-17 12:56:50 (GMT) |
commit | d4c3de2f150367457dc8fcffde586e14724bec6c (patch) | |
tree | 813c5c6875c115a53fc174e2b364ee88f3306226 /Help | |
parent | 8f2b0c330706fe479fb0804b3526bf28503cd52a (diff) | |
download | CMake-d4c3de2f150367457dc8fcffde586e14724bec6c.zip CMake-d4c3de2f150367457dc8fcffde586e14724bec6c.tar.gz CMake-d4c3de2f150367457dc8fcffde586e14724bec6c.tar.bz2 |
cmake: Simplify -E command line processing
Check for "cmake -E ..." up front (along with "cmake --build ...") and
skip normal command line processing. Drop the special handling for -E
from the normal processing to simplify things. Strictly speaking, it
was previously possible to invoke command mode with -E anywhere in the
command line e.g. "cmake echo -E message" or "cmake echo message -E",
but no one should be using it as it was not documented and looks
strange.
Diffstat (limited to 'Help')
0 files changed, 0 insertions, 0 deletions