CMake/Tests/RunCMake/CommandLine/NoArgs-stdout.txt
Brad King 4e039a9a98 Tests: Move more command line tests into RunCMake.CommandLine
Port most CMakeTestBadCommandLines test cases to RunCMake.CommandLine
and drop the former test.  Add validation of expected results, which was
not done by the old test.
2015-04-10 14:56:41 -04:00

11 lines
306 B
Plaintext

^Usage
cmake \[options\] <path-to-source>
cmake \[options\] <path-to-existing-build>
Specify a source directory to \(re-\)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.$