summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2017-10-31 18:18:22 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2017-10-31 23:15:49 (GMT)
commite26015347a6ae0185ae49b17efa40e6d4731ef16 (patch)
tree27a2689b7e6f4199ad0b3bd22b022132c2df0745 /Help/command
parentf49b6871e9f6de4948e8aa34446a1c933ca97935 (diff)
downloadCMake-e26015347a6ae0185ae49b17efa40e6d4731ef16.zip
CMake-e26015347a6ae0185ae49b17efa40e6d4731ef16.tar.gz
CMake-e26015347a6ae0185ae49b17efa40e6d4731ef16.tar.bz2
Help: enable_language now documents the CheckLanguage module
Resolves #17409
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/enable_language.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/enable_language.rst b/Help/command/enable_language.rst
index 4445561..871ac4e 100644
--- a/Help/command/enable_language.rst
+++ b/Help/command/enable_language.rst
@@ -19,4 +19,5 @@ indirectly through link dependencies. It is simplest to enable all
needed languages in the top-level directory of a project.
The ``OPTIONAL`` keyword is a placeholder for future implementation and
-does not currently work.
+does not currently work. Instead you can use the :module:`CheckLanguage`
+module to verify support before enabling.