[CMake] Can i use the command SUBDIRS with PREORDER flag?

Brad King brad.king at kitware.com
Thu Feb 16 17:38:04 EST 2006


Jan Palach wrote:
> Hi! Can i use the command SUBDIRS with PREORDER flag?

As of CMake 2.2 the PREORDER flag is not useful or needed.  The make 
system that is generated does not recurse through the directory 
structure.  Instead it recurses on a target-level basis and always 
builds things in the right order.

-Brad


More information about the CMake mailing list