How to replace configure.in.bot ?

Alexander Neundorf neundorf at kde.org
Fri Mar 17 22:09:54 CET 2006


On Friday 17 March 2006 21:17, Dirk Mueller wrote:
> On Friday, 17. March 2006 19:09, Laurent Montel wrote:
> > > find_package(JPEG)
> > >
> > > if (JPEG_FOUND)
> > >    add_subdirectory(foo)
> > > else (JPEG_FOUND)
> > >    message(STATUS "To compile foo install the JPEG library")
> > > endif (JPEG_FOUND)
> >
> > Ok I will use it.
>
> And its automatically guaranteed to run after everything else? (the .bot in
> configure.in.bot means "bottom of execution order").

If it is intended to run after everything else, it should go to the end of the 
toplevel CMakeLists.txt.

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net


More information about the Kde-buildsystem mailing list