[cmake-developers] Generating information for C++ tools in cmake (patch)

Brad King brad.king at kitware.com
Mon Apr 25 11:59:56 EDT 2011


On 04/25/2011 11:54 AM, Manuel Klimek wrote:
> Is just putting IF(UNIX) ... around all the stuff enough for that?

It's not just the test.  The C++ implementation cannot handle all
generators.  It should be taught to run only for generators where it
is known to work.  Perhaps it can check a value set by each platform
module.

-Brad



More information about the cmake-developers mailing list