mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
Remove borland workarounds.
CMake 3.0 is the last release to require to be able to build with Borland.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user