[Bf-committers] [PATCH] use find_package() under UNIX, remove unnecessary duplicate search paths

H hans at lambermont.dyndns.org
Thu Jul 9 09:19:08 CEST 2009


Alexander Neundorf wrote on 20090707:

> On Saturday 27 June 2009, Alexander Neundorf wrote:
> > Hi,
> >
> > the attached patch includes the previous patch and additionally does 3
> > things: -under UNIX, it uses FIND_PACKAGE() to find the jpg, png and zlib
> > libraries -it removes the explictely listed search paths, which are already
> > searched by default, so it is not necessary to list them again explicitely
> > -it removes the include directories /usr/include
> > and /usr/local/include. /usr/include is used by default, all other
> > directories should be searched via find_package/find_file and then added to
> > the include directories.
> 
> Comments ?

Yes: go go go :) Looks good IMO.

-- Hans


More information about the Bf-committers mailing list