summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-28 18:06:52 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-28 20:21:50 (GMT)
commit7079f33d6ac00f9417d2d7aa222c8d0675ce3752 (patch)
treee1a15facbd597439c68c60071c9de59b5e2ab577
parent05373f7ea79f950bf56657e6b5aabb02b34d4c76 (diff)
downloadCMake-7079f33d6ac00f9417d2d7aa222c8d0675ce3752.zip
CMake-7079f33d6ac00f9417d2d7aa222c8d0675ce3752.tar.gz
CMake-7079f33d6ac00f9417d2d7aa222c8d0675ce3752.tar.bz2
WindowsCE: Drop unused Platform/WindowsCE-MSVC module
This module was created to mirror Platform/Windows-MSVC.cmake, but this is not necessary because nothing includes "Platform/<os>-<id>.cmake" directly. The Platform/Windows-MSVC module is only a helper for the Platform/Windows-MSVC-<lang> modules.
-rw-r--r--Modules/Platform/WindowsCE-MSVC.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/WindowsCE-MSVC.cmake b/Modules/Platform/WindowsCE-MSVC.cmake
deleted file mode 100644
index d28b4ab..0000000
--- a/Modules/Platform/WindowsCE-MSVC.cmake
+++ /dev/null
@@ -1 +0,0 @@
-include(Platform/Windows-MSVC)