Skip to content

Addresses Add make uninstall to CMAKE

Ian Quah requested to merge quah_339 into master

Closes #339 (closed)

The way I see it there are 2 cases in terms of uninstallation:

  1. build files are still around which means we just parse the install_manifest and remove the files

  2. build folder was removed

    • in which case it is no longer a cmake issue. We can create a new ticket if this is desired
Edited by Yuriy Polyakov

Merge request reports