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

This change #604 breaks my configuration that worked in v0.40.2 before. #629

Open
jay3d opened this issue Jan 5, 2025 · 2 comments
Open

Comments

@jay3d
Copy link

jay3d commented Jan 5, 2025

          This change breaks my configuration that worked in `v0.40.2` before.

I have two packages that are added via CPM, and one is dependent on the other, now the "next" package won't find the first one anymore after this change, that was working fine before by default:

CPMAddPackage(
        NAME TBB
        GIT_REPOSITORY https://github.com/oneapi-src/oneTBB.git
        GIT_TAG v2021.13.0
        EXCLUDE_FROM_ALL YES
        SYSTEM YES
)

CPMAddPackage(
        NAME OpenSubdiv
        GIT_REPOSITORY https://github.com/PixarAnimationStudios/OpenSubdiv.git
        GIT_TAG v3_6_0
        EXCLUDE_FROM_ALL YES
        SYSTEM YES
)

Now it can't find TBB anymore in .3 and above.

Originally posted by @jay3d in #604 (comment)

@patstew
Copy link
Contributor

patstew commented Jan 6, 2025

Can you see if #630 fixes it?

@jay3d
Copy link
Author

jay3d commented Jan 10, 2025

Can you see if #630 fixes it?

Yes it does, thanks for looking into this issue!

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

No branches or pull requests

2 participants