Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embree 3.14.4 forces user to have TBB CMake files installed #401

Open
stephanlachnit opened this issue Sep 12, 2022 · 0 comments
Open

Embree 3.14.4 forces user to have TBB CMake files installed #401

stephanlachnit opened this issue Sep 12, 2022 · 0 comments

Comments

@stephanlachnit
Copy link

When loading Embree via CMake, it now calls FIND_PACKAGE(TBB REQUIRED), which was not the case with 3.14.3 and before. While one may need the the TBB library for Embree, this not necessarily mean that the CMake files are installed as well - in distribution development files and libraries are usually separated.

I suspect these three lines added the "regression" in 3.14.3:
6ffcaed#diff-60494b839240fb732695392389f3a1f35a323292b38d568f043538d6514daf5bR52-R54

It would be nice if this could be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant