aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-04-28 18:31:07 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-04-28 18:31:07 +0200
commit2e563e0fa88aa174d3b945202fbe8f81a81bd4c3 (patch)
treefadbbda30e0205b48f9f65daa4f8af90d5dbcc25 /cmake/Modules
parentcbd0a8f4b589f37f113c0b60fd9a9a8818cc3359 (diff)
downloadlibssh-2e563e0fa88aa174d3b945202fbe8f81a81bd4c3.tar.gz
libssh-2e563e0fa88aa174d3b945202fbe8f81a81bd4c3.tar.xz
libssh-2e563e0fa88aa174d3b945202fbe8f81a81bd4c3.zip
Fix documentation of MacroCheckCCompilerFlagSSP
Diffstat (limited to 'cmake/Modules')
-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 6e83a8b4..b64fb453 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