From kde-core-devel Thu Dec 20 21:43:21 2007 From: Alexander Neundorf Date: Thu, 20 Dec 2007 21:43:21 +0000 To: kde-core-devel Subject: Re: why "make install" now takes longer and what you can do about it Message-Id: <200712202243.21434.neundorf () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=119818699820272 On Thursday 20 December 2007, Pau Garcia i Quiles wrote: > Quoting Robert Knight : > > Hi, > > > >> This way they get the correct libraries when they are used by an > >> executable which is executed from the build tree. > > > > Is there an option to avoid using RPATH completely? > > SET( CMAKE_SKIP_RPATH ON ) But since you don't want to modify some of the cmake files, better run "make edit_cache", and set CMAKE_SKIP_RPATH there to TRUE. Alex