CMake/Help/command
Brad King 94c1e4fdb3 cmake_language: Rename command from cmake_command
Also rename the `INVOKE` signature to `CALL`.

Fixes: #20732
2020-05-21 13:36:52 -04:00
..
add_compile_definitions.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
add_compile_options.rst Help: Provide cross-references between compiler settings 2020-05-14 22:17:10 +02:00
add_custom_command.rst Help: Expand discussion of GENERATED / BYPRODUCTS 2020-03-12 11:55:10 -04:00
add_custom_target.rst Help: Expand discussion of GENERATED / BYPRODUCTS 2020-03-12 11:55:10 -04:00
add_definitions.rst Help: Improve description of modules 2019-04-23 10:39:34 +02:00
add_dependencies.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
add_executable.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
add_library.rst add_library: Document UNKNOWN type of imported targets 2019-06-02 08:44:47 +02:00
add_link_options.rst CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
add_subdirectory.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
add_test.rst add_test: Allow special characters in test name 2020-05-17 10:53:14 +02:00
aux_source_directory.rst Help: Improve documentation links and formatting 2019-03-27 16:01:20 +01:00
break.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
build_command.rst cmake: Teach --build mode to support multiple targets 2019-03-05 08:55:28 -05:00
build_name.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
cmake_host_system_information.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
cmake_language.rst cmake_language: Rename command from cmake_command 2020-05-21 13:36:52 -04:00
cmake_minimum_required.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
cmake_parse_arguments.rst Help: Typo and grammar fixes in cmake_parse_arguments() docs 2019-06-23 21:10:16 +10:00
cmake_policy.rst Help: Improve description of modules 2019-04-23 10:39:34 +02:00
configure_file.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
continue.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
create_test_sourcelist.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
ctest_build.rst ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value 2018-11-20 21:23:59 +01:00
ctest_configure.rst Help: Clarify ctest_* APPEND option behavior 2016-10-14 14:43:46 -04:00
ctest_coverage.rst Help: Fix typo in ctest_coverage synopsis 2019-08-20 10:23:44 +02:00
ctest_empty_binary_directory.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_memcheck.rst Add ctest options for limiting which tests fixtures add 2017-05-02 01:54:13 +10:00
ctest_read_custom_files.rst ctest_read_custom_files: mention that ctest does this automatically 2015-09-21 09:27:54 -04:00
ctest_run_script.rst Help: Improve formatting of command documentation 2015-06-08 16:28:31 -04:00
ctest_sleep.rst Convert builtin help to reStructuredText source files 2013-10-15 14:12:03 -04:00
ctest_start.rst ctest: rename TRACK to GROUP 2019-08-22 13:10:18 -04:00
ctest_submit.rst ctest_submit: Add option BUILD_ID 2019-03-22 09:37:08 -04:00
ctest_test.rst ctest: add option --stop-on-failure 2020-04-20 23:05:15 +02:00
ctest_update.rst Help: cross-ref and wording of docs related to ctest_update() 2019-05-03 20:26:50 +10:00
ctest_upload.rst CTest: Add CAPTURE_CMAKE_ERROR val to ctest_* commands 2016-09-20 13:14:20 -04:00
define_property.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
DEVICE_LINK_OPTIONS.txt CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
else.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
elseif.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
enable_language.rst Languages: Add support for Objective-C++ 2019-09-28 15:56:53 +02:00
enable_testing.rst Help: for command enable_testing, explain relation to module CTest. 2019-03-07 11:58:22 +01:00
endforeach.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
endfunction.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
endif.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
endmacro.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
endwhile.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
exec_program.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
execute_process.rst execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE options 2020-02-24 14:44:14 +01:00
export_library_dependencies.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
export.rst Help: Improve formatting of Help documentation 2019-04-08 14:53:31 +02:00
file.rst file(UPLOAD): Add support for TLS_VERIFY and TLS_CAINFO 2020-04-08 15:15:49 +01:00
find_file.rst Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
find_library.rst Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
find_package.rst Help: Improve formatting and cross-references for find_package() 2020-05-20 20:54:55 +10:00
find_path.rst Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
find_program.rst Find: Provide global controls for the NO_[]_PATH call options 2019-06-21 11:06:39 -04:00
FIND_XXX_ORDER.txt Help: Factor out find_* command duplication 2013-10-16 09:22:38 -04:00
FIND_XXX_ROOT.txt Help: Improve documentation formatting of find_* commands 2015-06-08 15:52:21 -04:00
FIND_XXX.txt Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATH 2020-05-19 10:57:09 -04:00
fltk_wrap_ui.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
foreach.rst foreach: Allow multiple iteration variables for ZIP_LIST mode 2019-12-07 18:03:20 +02:00
function.rst cmake_language: Rename command from cmake_command 2020-05-21 13:36:52 -04:00
get_cmake_property.rst Help: Improve documentation formating 2019-04-04 15:13:58 +02:00
get_directory_property.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
get_filename_component.rst Help: Remove outdated statement about get_filename_component() 2019-02-16 15:26:23 +11:00
get_property.rst set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
get_source_file_property.rst set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
get_target_property.rst Help: Improve documentation formating 2019-04-04 15:13:58 +02:00
get_test_property.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
if.rst CMakeDependentOption: Document that 4th parameter follows if-syntax 2019-08-05 10:15:21 -04:00
include_directories.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
include_external_msproject.rst Help: Improve description of modules 2019-04-23 10:39:34 +02:00
include_guard.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
include_regular_expression.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
include.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
install_files.rst Help: Improve documentation formating 2019-04-04 15:13:58 +02:00
install_programs.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
install_targets.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
install.rst Help: Reference policy CMP0082 from install() command docs 2020-04-27 07:45:11 -04:00
link_directories.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
link_libraries.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
LINK_OPTIONS_LINKER.txt Help: Fix typos and style in add_link_options documentation 2019-10-16 09:49:08 -04:00
list.rst list: add NATURAL sorting on SORT sub-command 2020-04-13 18:26:28 +02:00
load_cache.rst Help: Clarify load_cache documentation of first parameter 2019-11-01 10:00:28 -04:00
load_command.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
macro.rst cmake_language: Rename command from cmake_command 2020-05-21 13:36:52 -04:00
make_directory.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
mark_as_advanced.rst cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache 2020-01-20 15:49:29 -05:00
math.rst Help: math() expressions must be representable as signed 64-bit 2019-10-26 17:47:03 +11:00
message.rst message: New message types to mark checks performed by CMake 2019-11-02 14:10:09 +02:00
option.rst Help: If a cache variable exists, option() also does nothing 2020-05-08 18:30:27 +10:00
OPTIONS_SHELL.txt Help: Fix typos and style in add_link_options documentation 2019-10-16 09:49:08 -04:00
output_required_files.rst Help: Improve documentation formating 2019-04-04 15:13:58 +02:00
project.rst project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE 2019-10-18 14:44:24 -04:00
qt_wrap_cpp.rst qt_wrap_*: Add deprecation notes to command docs 2019-01-16 08:08:38 +11:00
qt_wrap_ui.rst qt_wrap_*: Add deprecation notes to command docs 2019-01-16 08:08:38 +11:00
remove_definitions.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
remove.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
return.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
separate_arguments.rst Help: Fixed typo in command/separate_arguments.rst 2020-04-22 23:21:51 +03:00
set_directory_properties.rst Help: Provide cross-references from and to set_property 2019-01-10 16:13:18 +01:00
set_property.rst set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
set_source_files_properties.rst set_source_files_properties: Allow specification of directory scope 2020-05-14 16:31:22 +02:00
set_target_properties.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
set_tests_properties.rst Help: Provide cross-references from and to set_property 2019-01-10 16:13:18 +01:00
set.rst set: warn of extra arguments after ENV value. 2019-02-01 06:10:34 -05:00
site_name.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
source_group.rst source_group: Support forward slashes in group hierarchy 2020-05-11 08:15:25 +10:00
string.rst string: Add new HEX sub-command 2020-02-19 09:11:05 -05:00
subdir_depends.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
subdirs.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
target_compile_definitions.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
target_compile_features.rst CUDA: Add cuda meta-features (e.g. `cuda_std_11`) support 2019-12-10 17:56:48 -05:00
target_compile_options.rst Help: Provide cross-references between compiler settings 2020-05-14 22:17:10 +02:00
target_include_directories.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
target_link_directories.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
target_link_libraries.rst Help: Improve documentation formating 2019-04-04 15:13:58 +02:00
target_link_options.rst CUDA: Device linking use now link options 2020-04-19 15:53:11 +02:00
target_precompile_headers.rst target_precompile_headers: Fix documented example using genex 2020-04-27 14:12:41 -04:00
target_sources.rst Help: Apply syntax highlighting to project commands 2018-10-25 13:47:31 +02:00
try_compile.rst ObjC: Document ObjC/ObjCXX standard properties / variables 2019-11-11 16:10:19 +01:00
try_run.rst Help: User-provided variable names for try_* commands 2019-02-24 17:16:07 +11:00
unset.rst Help: Clarify effect of set(ENV{..} ..) and unset(ENV{..}) 2018-11-08 20:27:10 +01:00
use_mangled_mesa.rst Help: Improve documentation links and formatting 2019-03-27 16:01:20 +01:00
utility_source.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00
variable_requires.rst Help: Improve formatting of Help documentation 2019-04-08 14:53:31 +02:00
variable_watch.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
while.rst Help: Revise docs on Scripting Commands 2018-10-23 15:12:10 +02:00
write_file.rst Help: Date deprecation of deprecated commands. 2018-10-25 13:15:34 +02:00