aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/language_support.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/language_support.cmake')
-rw-r--r--cmake/language_support.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/language_support.cmake b/cmake/language_support.cmake
index 8e1baf624..20f80efd3 100644
--- a/cmake/language_support.cmake
+++ b/cmake/language_support.cmake
@@ -17,7 +17,7 @@
# CMakeLists.txt:3 (enable_language)
#
# My workaround is to invoke cmake twice. If both return codes are zero,
-# it is safe to invoke ENABLE_LANGUAGE(Fortran OPTIONAL)
+# it is safe to invoke enable_language(Fortran OPTIONAL)
function(workaround_9220 language language_works)
#message("DEBUG: language = ${language}")