diff options
author | David Cole <david.cole@kitware.com> | 2011-09-07 19:39:21 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-09-07 19:39:21 (GMT) |
commit | 4e3d428cc30a6a45477720c8153b4f32952ae949 (patch) | |
tree | afd77a2eba7ad2d19b7f485b003836a8ad3a5c3c /Source/cmake.cxx | |
parent | fde0a4ddd104be279600f3a80521169708a84875 (diff) | |
parent | 96d106a78d1dc634cc635678afa399f1f5e15ff3 (diff) | |
download | CMake-4e3d428cc30a6a45477720c8153b4f32952ae949.zip CMake-4e3d428cc30a6a45477720c8153b4f32952ae949.tar.gz CMake-4e3d428cc30a6a45477720c8153b4f32952ae949.tar.bz2 |
Merge topic 'fix-12446-no-cmake-E-build'
96d106a CMake: Remove documentation for -E build (#12446)
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 86fd069..41c67e2 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1112,7 +1112,6 @@ void CMakeCommandUsage(const char* program) errorStream << "Usage: " << program << " -E [command] [arguments ...]\n" << "Available commands: \n" - << " build build_dir - build the project in build_dir.\n" << " chdir dir cmd [args]... - run command in a given directory\n" << " compare_files file1 file2 - check if file1 is same as file2\n" << " copy file destination - copy file to destination (either file " |