From 2db55ffa56a69c4b55410afb9b40ab20f4025837 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 6 Aug 2014 15:20:24 +0200 Subject: Remove borland workarounds. CMake 3.0 is the last release to require to be able to build with Borland. --- Source/cmWriteFileCommand.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/cmWriteFileCommand.cxx') diff --git a/Source/cmWriteFileCommand.cxx b/Source/cmWriteFileCommand.cxx index af955ecf86..cc9f220034 100644 --- a/Source/cmWriteFileCommand.cxx +++ b/Source/cmWriteFileCommand.cxx @@ -63,8 +63,6 @@ bool cmWriteFileCommand cmSystemTools::SetPermissions(fileName.c_str(), #if defined( _MSC_VER ) || defined( __MINGW32__ ) mode | S_IWRITE -#elif defined( __BORLANDC__ ) - mode | S_IWUSR #else mode | S_IWUSR | S_IWGRP #endif -- cgit v1.2.1