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

Test and Enable OMNITRACE_BUILD_DYNINST, if needed #380

Closed
wants to merge 1 commit into from

Conversation

dgaliffiAMD
Copy link
Collaborator

Test find_package(Dyninst) and if it is not found, then enable OMNITRACE_BUILD_DYNINST and
DYNINST_BUILD_{TBB,BOOST,ELFUTILS,LIBIBERTY}.

Test `find_package(Dyninst)` and if it is not found, then
enable OMNITRACE_BUILD_DYNINST and
DYNINST_BUILD_{TBB,BOOST,ELFUTILS,LIBIBERTY}.

Signed-off-by: David Galiffi <[email protected]>
@jrmadsen
Copy link
Collaborator

I know this seems like a good idea but it isn’t. I used to deploy this strategy and it becomes really problematic when you have an external package installed and CMake isn’t finding it (or one of the external deps) for some reason. I’d highly advise against it.

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

Successfully merging this pull request may close these issues.

3 participants