diff options
author | Brad King <brad.king@kitware.com> | 2016-05-26 18:41:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-02 13:51:43 (GMT) |
commit | f6c21894952fb07e50e511efaa3baded794d631f (patch) | |
tree | 0a84df6956e03263746549c4c8fc29b9b871d036 /Modules/Platform | |
parent | 0c7951a9397f4703d61d346c64c27a99a30f4dac (diff) | |
download | CMake-f6c21894952fb07e50e511efaa3baded794d631f.zip CMake-f6c21894952fb07e50e511efaa3baded794d631f.tar.gz CMake-f6c21894952fb07e50e511efaa3baded794d631f.tar.bz2 |
Modules: Rename internal platform-specific compiler determination modules
Rename Modules/Platform/<os>-<lang>.cmake files to
Modules/Platform/<os>-Determine-<lang>.cmake to clarify their role.
For compatibility with user-provided modules, load the old names
if they exist.
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/CYGWIN-Determine-CXX.cmake (renamed from Modules/Platform/Windows-CXX.cmake) | 0 | ||||
-rw-r--r-- | Modules/Platform/Darwin-Determine-CXX.cmake (renamed from Modules/Platform/Darwin-CXX.cmake) | 0 | ||||
-rw-r--r-- | Modules/Platform/Linux-Determine-CXX.cmake (renamed from Modules/Platform/Linux-CXX.cmake) | 0 | ||||
-rw-r--r-- | Modules/Platform/Windows-Determine-CXX.cmake (renamed from Modules/Platform/CYGWIN-CXX.cmake) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-CXX.cmake b/Modules/Platform/CYGWIN-Determine-CXX.cmake index bf37f79..bf37f79 100644 --- a/Modules/Platform/Windows-CXX.cmake +++ b/Modules/Platform/CYGWIN-Determine-CXX.cmake diff --git a/Modules/Platform/Darwin-CXX.cmake b/Modules/Platform/Darwin-Determine-CXX.cmake index bf37f79..bf37f79 100644 --- a/Modules/Platform/Darwin-CXX.cmake +++ b/Modules/Platform/Darwin-Determine-CXX.cmake diff --git a/Modules/Platform/Linux-CXX.cmake b/Modules/Platform/Linux-Determine-CXX.cmake index b594dae..b594dae 100644 --- a/Modules/Platform/Linux-CXX.cmake +++ b/Modules/Platform/Linux-Determine-CXX.cmake diff --git a/Modules/Platform/CYGWIN-CXX.cmake b/Modules/Platform/Windows-Determine-CXX.cmake index bf37f79..bf37f79 100644 --- a/Modules/Platform/CYGWIN-CXX.cmake +++ b/Modules/Platform/Windows-Determine-CXX.cmake |