[ITK] ITK headers included using angle brackets

Fijoy Vadakkumpadan tofijoy at gmail.com
Tue Jan 31 12:41:39 EST 2017


Hello,

I built ITK 4.10.0 using CMake & Visual Studio Express 2013 on Windows, and
am running into an issue with header files. In the header files that are
generated, some of the ITK-specific header files are included using angle
brackets. For example vcl_compiler.h contains "#include
<vcl_config_manual.h>". This is causing an issue when I'm trying to link to
the ITK libraries using a different compiler, which looks for these
ITK-specific header files in the system path because of the angle brackets.

Is there an option in CMake to make the #includes use quotes instead of
angle brackets for ITK-specific header files?

Thank you,
--Fijoy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20170131/075fc5a7/attachment.html>


More information about the Community mailing list