summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-31 13:33:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-31 13:33:29 (GMT)
commit174693dafe2dcc7dad6394ed051791da39ff05b1 (patch)
tree5fc7ea416e98943d1daf012ac5054dc51e922a66 /Modules
parent0a37b515affb386472758e43d53efa983dbe0701 (diff)
parent9e341f05b033e0a4835a43cf6c68b922dfd11f6e (diff)
downloadCMake-174693dafe2dcc7dad6394ed051791da39ff05b1.zip
CMake-174693dafe2dcc7dad6394ed051791da39ff05b1.tar.gz
CMake-174693dafe2dcc7dad6394ed051791da39ff05b1.tar.bz2
Merge topic 'CheckIPOSupported-doc-Fortran'
9e341f05 CheckIPOSupported: Document existing Fortran support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1727
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CheckIPOSupported.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckIPOSupported.cmake b/Modules/CheckIPOSupported.cmake
index e04ab1c..d8297d9 100644
--- a/Modules/CheckIPOSupported.cmake
+++ b/Modules/CheckIPOSupported.cmake
@@ -26,7 +26,7 @@ property.
Set ``<output>`` variable with details about any error.
``LANGUAGES <lang>...``
Specify languages whose compilers to check.
- Languages ``C`` and ``CXX`` are supported.
+ Languages ``C``, ``CXX``, and ``Fortran`` are supported.
It makes no sense to use this module when :policy:`CMP0069` is set to ``OLD`` so
module will return error in this case. See policy :policy:`CMP0069` for details.