Skip to content

Commit 96fa583

Browse files
Don't set 'no-intel-lib' for icx, it breaks compiler's build
Partially reverts changes from: #1030
1 parent 8be5147 commit 96fa583

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/helpers.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,6 @@ function(add_umf_library)
378378
elseif(LINUX)
379379
target_link_options(${ARG_NAME} PRIVATE
380380
"-Wl,--version-script=${ARG_LINUX_MAP_FILE}")
381-
if(CMAKE_C_COMPILER_ID STREQUAL "IntelLLVM")
382-
target_link_options(${ARG_NAME} PRIVATE -no-intel-lib)
383-
endif()
384381
endif()
385382
endif()
386383

0 commit comments

Comments
 (0)