diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-01-29 16:48:53 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-01-29 16:48:53 +0000 |
commit | ce810f657f2c4f53cba4624e00bdb05edb8c3c18 (patch) | |
tree | 7cd7333c038f0124867cff5e4e8354117462082a | |
parent | 773bcd10a8e1f8ebc9cb64bb0db91f86f745085e (diff) | |
download | extra-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.txt | 5 |
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 "-----------------------------------") |