diff options
author | Brad King <brad.king@kitware.com> | 2009-12-02 16:27:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-02 16:27:59 (GMT) |
commit | aff31479176b531042e7f5d89fbd1cef392cea9a (patch) | |
tree | 2dce1e4c1b1f4919372979a9059259e2c0bac1a9 /Modules/Platform/Windows-GNU-CXX.cmake | |
parent | e28c16b482ace7a27ddd9c3680ce942ca83a9f38 (diff) | |
download | CMake-aff31479176b531042e7f5d89fbd1cef392cea9a.zip CMake-aff31479176b531042e7f5d89fbd1cef392cea9a.tar.gz CMake-aff31479176b531042e7f5d89fbd1cef392cea9a.tar.bz2 |
Modernize GNU compiler info on Windows
This moves GNU compiler info on Windows into new-style modules
Platform/Windows-GNU-<lang>.cmake
using language-independent helper module
Platform/Windows-GNU.cmake
to define macros consolidating the information.
Diffstat (limited to 'Modules/Platform/Windows-GNU-CXX.cmake')
-rw-r--r-- | Modules/Platform/Windows-GNU-CXX.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-GNU-CXX.cmake b/Modules/Platform/Windows-GNU-CXX.cmake new file mode 100644 index 0000000..23e6552 --- /dev/null +++ b/Modules/Platform/Windows-GNU-CXX.cmake @@ -0,0 +1,2 @@ +include(Platform/Windows-GNU) +__windows_compiler_gnu(CXX) |