-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Possible make uninstall rule for CMake? #138
Comments
Sure, feel free to open a PR making the rule. Thanks! |
As far as i know, 🤔 CMake does not offer any direct feature to write unistall rules (Unlike the case of install rules). Therefore, we have to choose someother way to achieve this. |
perhaps take a look at https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake |
Thanks 👍 , i had seen that earlier. I just mentioned that point because in case if someone else is going to take this issue then that information will help. |
Uninstall target as mentioned in #138
In #80 CMake install rules were merged. Should we also support
make unistall
to remove those files (in case if required).The text was updated successfully, but these errors were encountered: