aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "-----------------------------------")