-
Notifications
You must be signed in to change notification settings - Fork 318
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
cmake: add uninstall target #694
Comments
Thanks - we will have a look - and try to add |
There should be file "install_manifest.txt" after executing
or
Does that solve your issue? |
Hi @rgetz, sure that's fine for a manual uninstall. I put this in originally because PyBOMBS runs The recipe has specified v0.21 for a while now. I'd guess that people using PyBOMBS and PLUTO are installing via a package manager. |
Per the request analogdevicesinc#694, this adds an "uninstall" target, which is (a) good form, and (b) requested by Jeff Long, and will make PyBOMBs work more natively. Signed-off-by: Robin Getz <[email protected]>
When #961 gets merged - this can be closed. |
Per the request analogdevicesinc#694, this adds an "uninstall" target, which is (a) good form, and (b) requested by Jeff Long, and will make PyBOMBs work more natively. Signed-off-by: Robin Getz <[email protected]>
Per the request #694, this adds an "uninstall" target, which is (a) good form, and (b) requested by Jeff Long, and will make PyBOMBs work more natively. Signed-off-by: Robin Getz <[email protected]>
this can be closed - it was included in 0.25 |
An "uninstall" target is useful both for development and for source-based package management (PyBOMBS in our case).
While cmake does not have a convenient uninstall, it is typically implemented using code like:
https://gist.github.com/royvandam/3033428
The text was updated successfully, but these errors were encountered: