We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d98cd0 + 863f7eb commit 1ea751cCopy full SHA for 1ea751c
Modules/CMakeDetermineCompilerId.cmake
@@ -138,7 +138,7 @@ function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src)
138
139
set(_variant "")
140
if("x${CMAKE_${lang}_COMPILER_ID}" STREQUAL "xClang")
141
- if(CMAKE_HOST_WIN32 AND "x${CMAKE_${lang}_SIMULATE_ID}" STREQUAL "xMSVC")
+ if("x${CMAKE_${lang}_SIMULATE_ID}" STREQUAL "xMSVC")
142
if(CMAKE_GENERATOR MATCHES "Visual Studio")
143
set(CMAKE_${lang}_COMPILER_FRONTEND_VARIANT "MSVC")
144
else()
0 commit comments