diff options
author | Brad King <brad.king@kitware.com> | 2009-08-07 14:13:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-08-07 14:13:07 (GMT) |
commit | 115ecc5750deff688d580b48223d865ef8c9bf4c (patch) | |
tree | fe5b5f1bb49130caf43ae1bbd4afbcdfaa377b3d /Modules/Compiler/XL-CXX.cmake | |
parent | 34c6588b6ed7219543e0155e501205ea3048684e (diff) | |
download | CMake-115ecc5750deff688d580b48223d865ef8c9bf4c.zip CMake-115ecc5750deff688d580b48223d865ef8c9bf4c.tar.gz CMake-115ecc5750deff688d580b48223d865ef8c9bf4c.tar.bz2 |
Teach compiler id about VisualAge -> XL rebranding
IBM rebranded its VisualAge compiler to XL starting at version 8.0. We
use the compiler id "XL" for newer versions and "VisualAge" for older
versions. We now also recognize the "z/OS" compiler, which is distinct
from XL.
Diffstat (limited to 'Modules/Compiler/XL-CXX.cmake')
-rw-r--r-- | Modules/Compiler/XL-CXX.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/XL-CXX.cmake b/Modules/Compiler/XL-CXX.cmake new file mode 100644 index 0000000..618ff5a --- /dev/null +++ b/Modules/Compiler/XL-CXX.cmake @@ -0,0 +1 @@ +SET(CMAKE_CXX_VERBOSE_FLAG "-V") |