summaryrefslogtreecommitdiff
path: root/Tests/ComplexOneConfig/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-08-23 16:25:41 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2002-08-23 16:25:41 -0400
commit85d1fc14256cc090cdd2f6086d883f715aad80de (patch)
tree4021f5580d7ccfd5d25e12f022d2667b7d4d365d /Tests/ComplexOneConfig/CMakeLists.txt
parentcb57dd49c71b9eacf1884451d89e0c0de0892138 (diff)
downloadcmake-85d1fc14256cc090cdd2f6086d883f715aad80de.tar.gz
no more dll for plugin
Diffstat (limited to 'Tests/ComplexOneConfig/CMakeLists.txt')
-rw-r--r--Tests/ComplexOneConfig/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt
index c119f14ea8..4b05d0726c 100644
--- a/Tests/ComplexOneConfig/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/CMakeLists.txt
@@ -3,14 +3,6 @@
#
PROJECT (Complex)
-# For borland since CMakeLib is a dll all .cxx files have
-# to be compiled with -tWR to get the dll version of the borland
-# standard library
-IF(BORLAND)
- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR")
- SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR")
-ENDIF(BORLAND)
-
#
# Define a macro
#