Re: [CMake] FIND_PATH/LIBRARY do not work when cross compiling.

2007-07-31 Thread Alexander Neundorf
On Tuesday 31 July 2007 14:03, Pablo d'Angelo wrote: > Hi all, > > I'm trying the cross compilation support in the latest cvs, and am > following the mingw wiki page (I'm on ubuntu feisty): > http://www.cmake.org/Wiki/CmakeMingw ... > The jpeg library is installed in the system directories: > /usr/

[CMake] FIND_PATH/LIBRARY do not work when cross compiling.

2007-07-31 Thread Pablo d'Angelo
Hi all, I'm trying the cross compilation support in the latest cvs, and am following the mingw wiki page (I'm on ubuntu feisty): http://www.cmake.org/Wiki/CmakeMingw The example there works fine, but as soon as I try to use external libraries, it can't find them automatically. For demonstrati