summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorChristian Pfeiffer <cpfeiffer@live.de>2017-09-13 12:41:39 (GMT)
committerChristian Pfeiffer <cpfeiffer@live.de>2017-09-13 12:52:45 (GMT)
commitc2cc91a4a549346d5d8a76a5c4ac497e28b4bd3b (patch)
treed4b6b4fea452de4f2a0bbc4c551abb7e1c2e405d /Modules/Platform
parenta763cffd6b65bbe5572527e39969981bf31d5aca (diff)
downloadCMake-c2cc91a4a549346d5d8a76a5c4ac497e28b4bd3b.zip
CMake-c2cc91a4a549346d5d8a76a5c4ac497e28b4bd3b.tar.gz
CMake-c2cc91a4a549346d5d8a76a5c4ac497e28b4bd3b.tar.bz2
Platforms: Remove Windows-NMcl
Since commit v2.8.10~148^2~2 (Modernize MSVC compiler information files, 2012-08-23), the Windows-NMcl platform has been broken. It's most likely not needed anymore.
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-NMcl.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/Platform/Windows-NMcl.cmake b/Modules/Platform/Windows-NMcl.cmake
deleted file mode 100644
index 7add0b0..0000000
--- a/Modules/Platform/Windows-NMcl.cmake
+++ /dev/null
@@ -1,4 +0,0 @@
-# this is for the numega compiler which is really a front
-# end for visual studio, but adds memory checking code.
-
-include(Platform/Windows-cl)