[Insight-developers] Module include directories and IDE

Brad King brad.king at kitware.com
Tue Apr 26 10:54:31 EDT 2011


On 04/26/2011 10:43 AM, Tom Vercauteren wrote:
> Looks nice! I haven't tested it but it seems that this will not work
> with qtcreator or anything similar on linux, right? Is it necessary to
> filter on the cmake generator as is done with
>   if("${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio")
> ?

It creates unnecessary overhead on Makefile generators.  Perhaps you
can suggest a condition that involves CMAKE_EXTRA_GENERATOR?

Thanks,
-Brad


More information about the Insight-developers mailing list