Skip to content

Commit

Permalink
added the TBB_OPENMP_FLAG to IntelLLVM.cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
bavirnen authored Oct 18, 2023
1 parent 8370742 commit ceba48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/compilers/IntelLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

if (WIN32)
include(${CMAKE_CURRENT_LIST_DIR}/MSVC.cmake)
set(TBB_OPENMP_FLAG /Qopenmp)
set(TBB_IPO_COMPILE_FLAGS $<$<NOT:$<CONFIG:Debug>>:/Qipo>)
set(TBB_IPO_LINK_FLAGS $<$<NOT:$<CONFIG:Debug>>:/INCREMENTAL:NO>)
else()
Expand Down

0 comments on commit ceba48a

Please sign in to comment.