aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-29 16:48:53 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-29 16:48:53 +0000
commitce810f657f2c4f53cba4624e00bdb05edb8c3c18 (patch)
tree7cd7333c038f0124867cff5e4e8354117462082a
parent773bcd10a8e1f8ebc9cb64bb0db91f86f745085e (diff)
downloadextra-cmake-modules-ce810f657f2c4f53cba4624e00bdb05edb8c3c18.tar.gz
extra-cmake-modules-ce810f657f2c4f53cba4624e00bdb05edb8c3c18.tar.bz2
borland test
Alex svn path=/trunk/KDE/kdelibs/; revision=503587
-rw-r--r--systeminfo/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/systeminfo/CMakeLists.txt b/systeminfo/CMakeLists.txt
index d78e37f3..77339d79 100644
--- a/systeminfo/CMakeLists.txt
+++ b/systeminfo/CMakeLists.txt
@@ -36,5 +36,10 @@ if(CYGWIN)
log("This is Cygwin")
endif(CYGWIN)
+if(BORLAND)
+ log("This is for a Borland compiler")
+endif(BORLAND)
+
+
message(STATUS "-----------------------------------")