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

Remove searching for TBB in embree-config.cmake #1

Closed
wants to merge 1 commit into from

Conversation

stephanlachnit
Copy link
Owner

Having FIND_PACKAGE(TBB) in embree-config.cmake adds an unnecessary constraint - namely that users now needs TBB development files on their system to use Embree. In environments with shared libraries like e.g. classic linux distributions, a user might have the TBB shared libraries for Embree installed but not the developments files. Any component checks should only happen during build time of Embree.

Closes RenderKit#401

/cc @sherholz-intel @svenwoop

Having `FIND_PACKAGE(TBB)` in `embree-config.cmake` adds an unnecessary constraint - namely that users now needs TBB development files on their system to use Embree. In environments with shared libraries like e.g. classic linux distributions, a user might have the shared libraries for TBB installed but not the developments files.
@svenwoop
Copy link

Why did you close the issue? Is this no longer an issue for you?

@stephanlachnit
Copy link
Owner Author

Why did you close the issue? Is this no longer an issue for you?

Sorry, I messed up the PR. This one is only on my fork (an GH can't change in-fork PRs to cross-fork PRs). The correct one is RenderKit#407.

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