summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Intel.cmake
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2017-05-01 17:02:02 (GMT)
committerChuck Atkins <chuck.atkins@kitware.com>2017-05-02 13:49:23 (GMT)
commit0198502ff4fa3dec9cbd3249f6f458f53a8087f3 (patch)
tree053f20ebce538f7bb476e1cf7f528f96262cf891 /Modules/Compiler/Intel.cmake
parentd1aa2b3f607b35dc5dbf613b2334b6d243ec2bda (diff)
downloadCMake-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.cmake2
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)