From d479ac301a64192e91d46a8660a4d1d55829c975 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 18 Sep 2006 21:53:14 +0000 Subject: minor comments change Alex svn path=/trunk/KDE/kdelibs/; revision=586163 --- modules/CheckCXXCompilerFlag.cmake | 4 ++-- 1 file 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, # # Redistribution and use is allowed according to the terms of the BSD license. -- cgit v1.2.1