File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : build-ubuntu-icpc
36
36
CXX : icpc
37
37
INSTALL_ONEAPI : true
38
- # - name: build-ubuntu-icpx
39
- # CXX: icpx
40
- # INSTALL_ONEAPI: true
38
+ - name : build-ubuntu-icpx
39
+ CXX : icpx
40
+ INSTALL_ONEAPI : true
41
41
steps :
42
42
- uses : actions/checkout@v2
43
43
with :
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ macro(vc_determine_compiler)
47
47
set (Vc_COMPILER_IS_CLANG false )
48
48
set (Vc_COMPILER_IS_MSVC false )
49
49
set (Vc_COMPILER_IS_GCC false )
50
- if (CMAKE_CXX_COMPILER MATCHES "/(icpc|icc)$" )
50
+ if (CMAKE_CXX_COMPILER MATCHES "/(icpc|icc|icpcx|icx )$" )
51
51
set (Vc_COMPILER_IS_INTEL true )
52
52
exec_program (${CMAKE_CXX_COMPILER} ARGS -dumpversion OUTPUT_VARIABLE Vc_ICC_VERSION )
53
53
message (STATUS "Detected Compiler: Intel ${Vc_ICC_VERSION} " )
You can’t perform that action at this time.
0 commit comments