summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-11 13:58:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-02-11 13:58:40 (GMT)
commitfd26519cfb11d9db6c8b6c668f1f3c509ba7225f (patch)
tree93daead99fa852eb25c96dc97f62027457a5c68b /Modules
parentb62baeb2b1872571e3518aded5002631ebb0e4e0 (diff)
parente5563e592fef9ebb86dc48ca718a7b1fdfce6ab3 (diff)
downloadCMake-fd26519cfb11d9db6c8b6c668f1f3c509ba7225f.zip
CMake-fd26519cfb11d9db6c8b6c668f1f3c509ba7225f.tar.gz
CMake-fd26519cfb11d9db6c8b6c668f1f3c509ba7225f.tar.bz2
Merge topic 'IntelLLVM-no-imsvc'
e5563e592f IntelLLVM: Remove unsupported -imsvc system include flag Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5795
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Compiler/IntelLLVM.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Compiler/IntelLLVM.cmake b/Modules/Compiler/IntelLLVM.cmake
index 43eb13a..14b7ad8 100644
--- a/Modules/Compiler/IntelLLVM.cmake
+++ b/Modules/Compiler/IntelLLVM.cmake
@@ -18,7 +18,6 @@ set(__pch_header_OBJCXX "objective-c++-header")
if(CMAKE_HOST_WIN32)
# MSVC-like
macro(__compiler_intel_llvm lang)
- set(CMAKE_INCLUDE_SYSTEM_FLAG_${lang} "-imsvc ")
if(NOT "x${lang}" STREQUAL "xFortran")
set(CMAKE_${lang}_COMPILE_OPTIONS_INVALID_PCH -Winvalid-pch)
endif()