[CMake] Recursively calling a macro: Is this possible in CMake?

Mike Jackson mike.jackson at bluequartz.net
Mon Jan 19 08:25:08 EST 2009


I mean in the Boost Project's CMake files, not the FindBoost.cmake file. 
  There is some code to find all the dependencies of a Boost module 
using just a loop and no recursion.

Mike

Philip Lowman wrote:
> On Sat, Jan 17, 2009 at 4:40 PM, Mike Jackson
> <mike.jackson at bluequartz.net>wrote:
> 
>> The CMake files for Boost does something like that to get a list of
>> dependencies. If you are interested in that code it is in the Trunk of the
>> Boost SVN repository. If you need more detail let me know.
> 
> 
> I've been patching FindBoost in CVS for a few days now and I haven't seen
> any dependency checking in it (or recursion).  Are you sure you're not
> thinking of another module?
> 
> 


More information about the CMake mailing list