make uninstall is not in the spirit of cmake .(http://www.vtk.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F) The list of installed files is stored in install_manifest.txt in the build directory.
As the faq point out to remove the installed files you could use the following command: xargs rm < install_manifest.txt -- You received this bug notification because you are a member of elementary desktop team, which is the registrant for Granite. https://bugs.launchpad.net/bugs/826462 Title: granite can't be uninstalled Status in Granite Framework: New Bug description: So I installed granite. Then I built a new version. So I went to uninstall the previous one like this: $ sudo make uninstall make: *** No rule to make target `uninstall'. Stop. To manage notifications about this bug go to: https://bugs.launchpad.net/granite/+bug/826462/+subscriptions -- Mailing list: https://launchpad.net/~elementaryart Post to : [email protected] Unsubscribe : https://launchpad.net/~elementaryart More help : https://help.launchpad.net/ListHelp

