summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-Borland-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-02-17 19:14:16 (GMT)
committerBrad King <brad.king@kitware.com>2012-02-17 22:04:19 (GMT)
commit3f78ced7c2318b23610c6a4ffdf727bde0efa529 (patch)
tree6bf151657c7fdb0a9a6a4d82039297ffac9cd3de /Modules/Platform/Windows-Borland-CXX.cmake
parentd03606a19cc05872baf23269ae8ec61d2e0719e8 (diff)
downloadCMake-3f78ced7c2318b23610c6a4ffdf727bde0efa529.zip
CMake-3f78ced7c2318b23610c6a4ffdf727bde0efa529.tar.gz
CMake-3f78ced7c2318b23610c6a4ffdf727bde0efa529.tar.bz2
Rename Modules/Platform/Windows-{Borland => Embarcadero}.cmake
The Borland compiler is now the Embarcadero compiler. Rename the shared platform information file to reflect this. This does not change the interface, as old versions are still "Borland", but will allow new versions released by Embarcadero to be supported cleanly.
Diffstat (limited to 'Modules/Platform/Windows-Borland-CXX.cmake')
-rw-r--r--Modules/Platform/Windows-Borland-CXX.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Platform/Windows-Borland-CXX.cmake b/Modules/Platform/Windows-Borland-CXX.cmake
index 1260c0e..9704f8a 100644
--- a/Modules/Platform/Windows-Borland-CXX.cmake
+++ b/Modules/Platform/Windows-Borland-CXX.cmake
@@ -1,2 +1,2 @@
-include(Platform/Windows-Borland)
-__borland_language(CXX)
+include(Platform/Windows-Embarcadero)
+__embarcadero_language(CXX)