diff options
author | Christian Pfeiffer <cpfeiffer@live.de> | 2017-09-13 12:41:39 (GMT) |
---|---|---|
committer | Christian Pfeiffer <cpfeiffer@live.de> | 2017-09-13 12:52:45 (GMT) |
commit | c2cc91a4a549346d5d8a76a5c4ac497e28b4bd3b (patch) | |
tree | d4b6b4fea452de4f2a0bbc4c551abb7e1c2e405d | |
parent | a763cffd6b65bbe5572527e39969981bf31d5aca (diff) | |
download | CMake-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.
-rw-r--r-- | Modules/Platform/Windows-NMcl.cmake | 4 |
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) |