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 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
