|
@@ -130,6 +130,9 @@ Id flags: ${testflags}
|
|
|
endif()
|
|
endif()
|
|
|
if(CMAKE_VS_PLATFORM_TOOLSET)
|
|
if(CMAKE_VS_PLATFORM_TOOLSET)
|
|
|
set(id_toolset "<PlatformToolset>${CMAKE_VS_PLATFORM_TOOLSET}</PlatformToolset>")
|
|
set(id_toolset "<PlatformToolset>${CMAKE_VS_PLATFORM_TOOLSET}</PlatformToolset>")
|
|
|
|
|
+ if(CMAKE_VS_PLATFORM_TOOLSET MATCHES "Intel")
|
|
|
|
|
+ set(id_cl icl.exe)
|
|
|
|
|
+ endif()
|
|
|
else()
|
|
else()
|
|
|
set(id_toolset "")
|
|
set(id_toolset "")
|
|
|
endif()
|
|
endif()
|