aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-09-18 21:53:14 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-09-18 21:53:14 +0000
commitd479ac301a64192e91d46a8660a4d1d55829c975 (patch)
treeebbf5a0f79690610e47f21cc82f92eadad0d60bf
parentd6fec2aedf2f5c05b1ddb047ba6f6ad5aa846342 (diff)
downloadextra-cmake-modules-d479ac301a64192e91d46a8660a4d1d55829c975.tar.gz
extra-cmake-modules-d479ac301a64192e91d46a8660a4d1d55829c975.tar.bz2
minor comments change
Alex svn path=/trunk/KDE/kdelibs/; revision=586163
-rw-r--r--modules/CheckCXXCompilerFlag.cmake4
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.