From ce810f657f2c4f53cba4624e00bdb05edb8c3c18 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 29 Jan 2006 16:48:53 +0000 Subject: borland test Alex svn path=/trunk/KDE/kdelibs/; revision=503587 --- systeminfo/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 "-----------------------------------") -- cgit v1.2.1