Alan W. Irwin wrote: > Have you ever tried setting the PATH? It is actually quite easy and does > not involve "great contortions". > > All I do is execute > > PATH='/home/software/qtsdk-2009.02/qt/bin:'$PATH > > and from then on, cmake uses the version of Qt4 that I downloaded and > installed in the specified location. If I want the system version of Qt4 > again (which I don't for my needs), I remove the above from my PATH.
The issue is obviously what happens as soon as there are two independent libraries that are both so selfish. Reylying on PATH being set up specially for you is terrible design unless you can guarantee that there will never be another. Jed
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake