Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] uninstall CMAKE

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] uninstall CMAKE


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] uninstall CMAKE
  • Date: Mon, 30 Jan 2012 22:37:25 +0100
  • Organization: GeometryFactory

Le lundi 30 janvier 2012 21:17:59 Winnie Hellmann a écrit :
> Hi list,
>
> I built CGAL 3.8 a while ago and later I decided to use the version in
> the Debian testing repo. For some funny reason, when I run CMake out of
> qtcreator it picks the packet manager version (in /usr/lib/CGAL) and
> when I run CMake in the shell it picks the self-compiled version (in
> /usr/local/lib/CGAL). Now I'd like to remove the outdated self-compiled
> version. Is there any simple way to do so? There seems to be no "make
> uninstall".

No.

You can do:

rm -rf /usr/local/lib/*CGAL*
rm -rf /usr/local/bin/cgal*
rm -rf /usr/local/include/CGAL
rm -rf /usr/local/share/doc/CGAL*
rm -rf /usr/local/share/man/man1/cgal*

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.16.

Top of Page