Skip to content
Snippets Groups Projects
Commit b1e544dd authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'IntelLLVM-no-imsvc' into release-3.20


e5563e59 IntelLLVM: Remove unsupported -imsvc system include flag

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !5795
parents 469b229c e5563e59
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment