diff options
Diffstat (limited to 'Modules/TestCXXAcceptsFlag.cmake')
-rw-r--r-- | Modules/TestCXXAcceptsFlag.cmake | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Modules/TestCXXAcceptsFlag.cmake b/Modules/TestCXXAcceptsFlag.cmake index 2694737ef1..2bcbea6c39 100644 --- a/Modules/TestCXXAcceptsFlag.cmake +++ b/Modules/TestCXXAcceptsFlag.cmake @@ -1,11 +1,17 @@ -# - Test CXX compiler for a flag +#.rst: +# TestCXXAcceptsFlag +# ------------------ +# +# Test CXX compiler for a flag +# # Check if the CXX compiler accepts a flag # -# Macro CHECK_CXX_ACCEPTS_FLAG(FLAGS VARIABLE) - -# checks if the function exists -# FLAGS - the flags to try -# VARIABLE - variable to store the result +# :: # +# Macro CHECK_CXX_ACCEPTS_FLAG(FLAGS VARIABLE) - +# checks if the function exists +# FLAGS - the flags to try +# VARIABLE - variable to store the result #============================================================================= # Copyright 2002-2009 Kitware, Inc. |