Skip to content

Build failure with cmake option using TBB in VS2017, windows 10 #287

Open
@sukbu

Description

@sukbu

Build failure occured in VS2017 while following install.md.

Creating solution with CMAKE option 'cmake .. -G"Visual Studio 15 2017 Win64" -DJET_TASKING_SYSTEM=OpenMP' and building solution in VS2017 was successful.

And I tried to build solution after run cmake with the option -DJET_TASKING_SYSTEM=TBB. But it wasn't successed.

Information::
Windows 10 (ver 1809)
tbb version: 2020.0.166 (latest)
tbb path: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2020.0.166\windows\tbb

CMAKE:
image

Build failure in VS2017
image

I spent several hours to solve this but I still can't figure out why this was happened and which caused this error so i made this issue.

Problem summary:

  • Building and Cmake create solution with -DJET_TASKING_SYSTEM=OpenMP option was successful to build solution.(Release/Debug both was successed.)
  • Failed to build solution with TBB

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions