summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-30 17:58:24 (GMT)
committerBrad King <brad.king@kitware.com>2018-01-30 17:58:41 (GMT)
commit9e341f05b033e0a4835a43cf6c68b922dfd11f6e (patch)
treeb54d45c5980fa6e778c6f2984493fe8ee4b75610 /Modules
parent142938225e572d846c956f9b1f54d24a960379ab (diff)
downloadCMake-9e341f05b033e0a4835a43cf6c68b922dfd11f6e.zip
CMake-9e341f05b033e0a4835a43cf6c68b922dfd11f6e.tar.gz
CMake-9e341f05b033e0a4835a43cf6c68b922dfd11f6e.tar.bz2
CheckIPOSupported: Document existing Fortran support
Support was added by commit v3.9.0-rc1~318^2 (CheckIPOSupported: Add Fortran support, 2017-04-02) but the documentation was not updated.
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.