<div dir="ltr">Hello,<div><br></div><div>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.</div><div><br></div><div>Is there an option in CMake to make the #includes use quotes instead of angle brackets for ITK-specific header files?</div><div><br></div><div>Thank you,</div><div>--Fijoy</div></div>