From 2e563e0fa88aa174d3b945202fbe8f81a81bd4c3 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 28 Apr 2010 18:31:07 +0200 Subject: Fix documentation of MacroCheckCCompilerFlagSSP --- cmake/Modules/MacroCheckCCompilerFlagSSP.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmake/Modules') 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 -- cgit v1.2.3