diff options
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r-- | Tests/ComplexOneConfig/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt index c119f14..4b05d07 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 # |