diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2017-05-01 13:29:03 (GMT) |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2017-05-02 13:49:23 (GMT) |
commit | 87b9d6d93f2e5e6076992cae7395647359de306d (patch) | |
tree | baa1bb65a89c21138efa3993b9db44adeb35874e /Modules/Compiler/XL.cmake | |
parent | ccd7d98b38de3246ac238777aa7e592693a22e4c (diff) | |
download | CMake-87b9d6d93f2e5e6076992cae7395647359de306d.zip CMake-87b9d6d93f2e5e6076992cae7395647359de306d.tar.gz CMake-87b9d6d93f2e5e6076992cae7395647359de306d.tar.bz2 |
XL: Use common compiler macros for language standard default
Diffstat (limited to 'Modules/Compiler/XL.cmake')
-rw-r--r-- | Modules/Compiler/XL.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/XL.cmake b/Modules/Compiler/XL.cmake index 55f71bd..4783785 100644 --- a/Modules/Compiler/XL.cmake +++ b/Modules/Compiler/XL.cmake @@ -8,6 +8,8 @@ if(__COMPILER_XL) endif() set(__COMPILER_XL 1) +include(Compiler/CMakeCommonCompilerMacros) + # Find the CreateExportList program that comes with this toolchain. find_program(CMAKE_XL_CreateExportList NAMES CreateExportList |