cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
883 stars 98 forks source link

uninstall target is not defined / clean uninstall instructions needed #356

Closed sp-1234 closed 6 years ago

sp-1234 commented 6 years ago

make install installs the project's file(s) globally. It is not very obvious what is the full list of files copied into somewhere in /usr/local/… and make uninstall is not defined. Therefore, some clean uninstall instructions are needed.

eidheim commented 6 years ago

Sadly CMake does not support this. Please see https://stackoverflow.com/questions/41471620/cmake-support-make-uninstall.