diff --git a/Modules/CheckIPOSupported.cmake b/Modules/CheckIPOSupported.cmake index e04ab1c543..d8297d91cf 100644 --- a/Modules/CheckIPOSupported.cmake +++ b/Modules/CheckIPOSupported.cmake @@ -26,7 +26,7 @@ property. Set ```` variable with details about any error. ``LANGUAGES ...`` 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.