diff options
-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 "-----------------------------------") |