Skip to content

Commit ed51ed6

Browse files
committed
Remove stale non-SYCL TBB workaround
1 parent 7062cb1 commit ed51ed6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

3rdparty/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ option(TBB_EXAMPLES "Build TBB examples" OFF)
1010
set(TBB_STRICT OFF CACHE BOOL "Treat compiler warnings as errors")
1111

1212
# Configure TBB with unified settings
13-
if(WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "Clang"
14-
AND NOT CMAKE_CXX_COMPILER_FRONTEND_VARIANT STREQUAL "MSVC")
15-
set(_itlabai_saved_mingw "${MINGW}")
16-
set(MINGW TRUE)
17-
endif()
1813
add_subdirectory(TBB)
19-
if(DEFINED _itlabai_saved_mingw)
20-
set(MINGW "${_itlabai_saved_mingw}")
21-
unset(_itlabai_saved_mingw)
22-
endif()
2314

2415
# Create a unified TBB interface target
2516
if(NOT TARGET TBB_unified)

0 commit comments

Comments
 (0)