Skip to content

Commit

Permalink
Added workaround for the test case to find TBB library in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
TejaX-Alaghari committed Jan 24, 2024
1 parent 32d61bd commit c290dc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ set(CUDA_SOURCES

add_executable(app.run ${CUDA_SOURCES})

target_link_directories(app.run BEFORE PUBLIC $ENV{TBBROOT}/lib)
target_link_directories(app.run BEFORE PUBLIC $ENV{TBBROOT}/$ENV{TBBVER}/tbb/$ENV{TBB_MAJORVER}/lib)
dpct_helper_add_mkl_to_target(app.run)

0 comments on commit c290dc0

Please sign in to comment.