-
Notifications
You must be signed in to change notification settings - Fork 190
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
OVERRIDE_FIND_PACKAGE doesn't work #498
Comments
I found this issue after looking into the same thing. @TheLartians , could this get attention? |
Unfortunately I currently don't have the time to look into this, but would be very happy to review a PR that suggests a fix. |
I'm running into this bug too: a dependency requires pugixml, and even though I included it via |
Odd thing is that it worked fine a couple days ago, I have no idea what changed. |
I think because CPM avoids calling FetchContent_MakeAvailable(?), the OVERRIDE_FIND_PACKAGE argument to FetchContent_Declare doesn't work. The redirect files don't get created.
The text was updated successfully, but these errors were encountered: