summaryrefslogtreecommitdiffstats
path: root/Help/command/build_command.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop Visual Studio 6 generatorBrad King2016-03-091-1/+1
| | | | | | This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-1/+2
| | | | Add policy CMP0061 to maintain compatibility for existing projects.
* Help: Fix build_command alternative signature docsBrad King2015-05-121-1/+1
| | | | | Do not specify that --config will not be added, because the command does add it.
* build_command: Return a "cmake --build" command-lineBrad King2013-11-151-19/+26
| | | | | | | | | | | | | | Re-implement the build_command() command to use "cmake --build" instead of generating a native build tool invocation directly. This command will internally invoke the proper native build tool. This avoids requiring cmGlobalGenerator::GenerateBuildCommand to produce a string so that it can be later refactored to produce a vector with no quoting or escaping. It will also allow us to later teach CMake to delay the decision about which build tool to invoke until after the project build system is generated to disk. For example, on Visual Studio 10 and above the preferred command-line tool is MSBuild, but we need to fall back to devenv if the .sln has Intel Fortran .vfproj files.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+37
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.