From 9e341f05b033e0a4835a43cf6c68b922dfd11f6e Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Jan 2018 12:58:24 -0500 Subject: 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. --- Modules/CheckIPOSupported.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```` 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. -- cgit v0.12