-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
inference engine should system pugixml if available #109
Comments
Dear tripzero, I don't understand your comment. Can you kindly clarify it ? Thanks, Shubha |
Prefer using of system library (for example, installed via |
alalek is correct. |
Any update on this? I had to disable the "add_subdir(pugixml)" line in inference-engine/thirdparty/CMakeLists.txt to avoid getting multiple cmake files that reference/depend on different versions of pugixml. The InferenceEngine-*Debug.cmake referenced 1.0.7 while the system had a newer version installed. The result was I couldn't build opencv with the InferenceEngine backend because pugixml 1.0.7 didn't exist on the system. find_package is your friend. |
I would argue this is NOT a feature request, but a bug. The result without this change is a broken dldt system (or elsewhere in compute stack) that may compile against or run against a different version than is intended. Without the "hack" I did to fix this, I had runtime errors. |
We have a PR: #2502 This PR allows to use system pugixml. |
…pi_ppp Finished OV 2.0 C-APIs PPP related development
https://github.com/opencv/dldt/blob/2018/inference-engine/thirdparty/CMakeLists.txt#L10
The text was updated successfully, but these errors were encountered: