Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote: > > I think it's using a local FindGDAL.cmake, since the system one from > /usr/local/share/cmake/Modules/FindGDAL.cmake is working fine: Just another question: the port I'm working has a local cmake directory with some FindWhateverLib.c

Re: cmake reports wrong lib filename

2011-11-23 Thread David Coppa
On Wed, Nov 23, 2011 at 12:04 PM, Daniel Bolgheroni wrote: > On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote: >> On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni >> wrote: >> > Hi ports@, >> > >> > does anyone have some experience in cmake to help me with it? I'm >> > working on a

Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote: > On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni > wrote: > > Hi ports@, > > > > does anyone have some experience in cmake to help me with it? I'm > > working on a port, however I'm having the following problem. > > What port is th

Re: cmake reports wrong lib filename

2011-11-23 Thread David Coppa
On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni wrote: > Hi ports@, > > does anyone have some experience in cmake to help me with it? I'm > working on a port, however I'm having the following problem. What port is this? I think it's using a local FindGDAL.cmake, since the system one from /usr

cmake reports wrong lib filename

2011-11-22 Thread Daniel Bolgheroni
Hi ports@, does anyone have some experience in cmake to help me with it? I'm working on a port, however I'm having the following problem. I have a CMakeLists.txt which looks for GDAL library with the line FIND_PACKAGE(GDAL REQUIRED) OK, cmake finds the GDAL library, as the port geo/gdal is inst