diff options
-rw-r--r-- | modules/CheckCXXCompilerFlag.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CheckCXXCompilerFlag.cmake b/modules/CheckCXXCompilerFlag.cmake index 686533de..43ea9a64 100644 --- a/modules/CheckCXXCompilerFlag.cmake +++ b/modules/CheckCXXCompilerFlag.cmake @@ -1,9 +1,9 @@ -# - Check whether the compiler supports a given flag. +# - Check whether the CXX compiler supports a given flag. # CHECK_CXX_COMPILER_FLAG(FLAG VARIABLE) # # FLAG - the compiler flag # VARIABLE - variable to store the result -# + # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org> # # Redistribution and use is allowed according to the terms of the BSD license. |