diff options
author | Brad King <brad.king@kitware.com> | 2014-07-28 18:06:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-28 20:21:50 (GMT) |
commit | 7079f33d6ac00f9417d2d7aa222c8d0675ce3752 (patch) | |
tree | e1a15facbd597439c68c60071c9de59b5e2ab577 | |
parent | 05373f7ea79f950bf56657e6b5aabb02b34d4c76 (diff) | |
download | CMake-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.cmake | 1 |
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) |