diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2017-05-01 17:02:02 (GMT) |
---|---|---|
committer | Chuck Atkins <chuck.atkins@kitware.com> | 2017-05-02 13:49:23 (GMT) |
commit | 0198502ff4fa3dec9cbd3249f6f458f53a8087f3 (patch) | |
tree | 053f20ebce538f7bb476e1cf7f528f96262cf891 /Modules/Compiler/Intel.cmake | |
parent | d1aa2b3f607b35dc5dbf613b2334b6d243ec2bda (diff) | |
download | CMake-0198502ff4fa3dec9cbd3249f6f458f53a8087f3.zip CMake-0198502ff4fa3dec9cbd3249f6f458f53a8087f3.tar.gz CMake-0198502ff4fa3dec9cbd3249f6f458f53a8087f3.tar.bz2 |
Intel: Use common compiler macros for language standard default
Diffstat (limited to 'Modules/Compiler/Intel.cmake')
-rw-r--r-- | Modules/Compiler/Intel.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/Intel.cmake b/Modules/Compiler/Intel.cmake index 06d01f1..635ac4d 100644 --- a/Modules/Compiler/Intel.cmake +++ b/Modules/Compiler/Intel.cmake @@ -8,6 +8,8 @@ if(__COMPILER_INTEL) endif() set(__COMPILER_INTEL 1) +include(Compiler/CMakeCommonCompilerMacros) + if(CMAKE_HOST_WIN32) # MSVC-like macro(__compiler_intel lang) |