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

Cannot uninstall #147

Open
noscript opened this issue Aug 12, 2021 · 1 comment
Open

Cannot uninstall #147

noscript opened this issue Aug 12, 2021 · 1 comment
Labels
documentation Documentation should be updated

Comments

@noscript
Copy link

There is no uninstall target for make:

sudo make uninstall
make: *** No rule to make target 'uninstall'.  Stop.
@vmatare
Copy link
Owner

vmatare commented Aug 12, 2021

Yeah, that's because cmake doesn't have that feature. It does however keep track of all installed files in a file named install_manifest.txt, which you can use. See the following stackoverflow post for a simple solution:

https://stackoverflow.com/a/44649542/1162878

@vmatare vmatare added the documentation Documentation should be updated label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be updated
Projects
None yet
Development

No branches or pull requests

2 participants