On Wednesday 08 November 2006 11:32, Eric Noulard wrote: > << re-sending to ML with complement >> > > The result of the check may be cached. > > If you install/remove software on which your build depends > I think the better you have to do is to throw the CMake cache all together > and re-run CMake in a pristine build tree.
That's dull if you already made some changes, or even have a working build, but want to test the same configuration with this one library extra installed. I just found out about the thread which says to use FIND_XXX instead. That macro covers my needs, although the -NOTFOUND thing is not yet documented... Thanks anyway, Peter -- Peter Soetens -- FMTC -- <http://www.fmtc.be> _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
