summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/XL.cmake
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2017-05-01 13:29:03 (GMT)
committerChuck Atkins <chuck.atkins@kitware.com>2017-05-02 13:49:23 (GMT)
commit87b9d6d93f2e5e6076992cae7395647359de306d (patch)
treebaa1bb65a89c21138efa3993b9db44adeb35874e /Modules/Compiler/XL.cmake
parentccd7d98b38de3246ac238777aa7e592693a22e4c (diff)
downloadCMake-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.cmake2
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