Skip to content

Commit

Permalink
Add TBB dlls to PATH on windows. (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper authored May 13, 2024
1 parent 7b497a5 commit b3fc6b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/image/installers/install-tbb.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ $cwd = Get-Location

# CMake 3.27 or greater can locate packages from this env var:
$ENV:TBB_ROOT = "$cwd\tbb\oneapi-tbb-$TBB_VERSION"

# Add dlls to path:
$ENV:PATH="$ENV:PATH;$ENV:TBB_ROOT\redist\intel64\vc14\"

0 comments on commit b3fc6b9

Please sign in to comment.