diff options
Diffstat (limited to 'Modules/CheckIPOSupported.cmake')
-rw-r--r-- | Modules/CheckIPOSupported.cmake | 2 |
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. |