aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/MacroCheckCCompilerFlagSSP.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/MacroCheckCCompilerFlagSSP.cmake')
-rw-r--r--cmake/Modules/MacroCheckCCompilerFlagSSP.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/Modules/MacroCheckCCompilerFlagSSP.cmake b/cmake/Modules/MacroCheckCCompilerFlagSSP.cmake
index 6e83a8b..b64fb45 100644
--- a/cmake/Modules/MacroCheckCCompilerFlagSSP.cmake
+++ b/cmake/Modules/MacroCheckCCompilerFlagSSP.cmake
@@ -1,5 +1,6 @@
-# - Check whether the C compiler supports a given flag.
-# CHECK_C_COMPILER_FLAG(FLAG VARIABLE)
+# - Check whether the C compiler supports a given flag in the
+# context of a stack checking compiler option.
+# CHECK_C_COMPILER_FLAG_SSP(FLAG VARIABLE)
#
# FLAG - the compiler flag
# VARIABLE - variable to store the result