CMake/Help
Brad King 4ac75fdfe6 Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)
Historically these were both added for the Makefile and Visual Studio
generators, respectively.  Later the VS generators started using the
CMAKE_MAKE_PROGRAM cache entry to find the IDE build tool, and the
CMAKE_BUILD_TOOL was simply set as an alias.

Fix the documentation to explain that CMAKE_MAKE_PROGRAM is the modern
variable and that CMAKE_BUILD_TOOL is the compatibility alias, not the
other way around.  Replace uses of CMAKE_BUILD_TOOL with
CMAKE_MAKE_PROGRAM in CMake-provided modules.  Nothing needs to lookup
CMAKE_BUILD_TOOL in the cache, so simply set it as a normal variable.
2013-11-18 08:26:23 -05:00
..
command build_command: Return a "cmake --build" command-line 2013-11-15 14:38:18 -05:00
generator VS: Add version year to generator names 2013-10-28 13:43:14 -04:00
include Help: Factor out COMPILE_DEFINITIONS disclaimer duplication 2013-10-16 09:22:38 -04:00
manual Help: Format manual/*.1.rst options as definition lists 2013-11-14 10:05:32 -05:00
module Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
policy CMP0038: Add missing '.' to policy summary line 2013-11-12 11:54:49 -05:00
prop_cache Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_dir Help: Factor out cmake-generator-expressions manual page 2013-10-16 09:22:38 -04:00
prop_gbl Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER. 2013-10-24 11:50:47 +02:00
prop_sf Add automatic rcc invocation for Qt. 2013-10-24 12:30:41 +02:00
prop_test Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
prop_tgt Fix INTERFACE_LINK_LIBRARIES documentation typos 2013-11-04 08:33:38 -05:00
variable Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548) 2013-11-18 08:26:23 -05:00
index.rst Help: Add cmake-language.7 manual 2013-11-08 08:41:46 -05:00