[CMake] Problems with MSVC 2010 generator

Mateusz Loskot mateusz at loskot.net
Mon Jul 9 10:01:28 EDT 2012


On 9 July 2012 14:20, Rolf Eike Beer <eike at sf-mail.de> wrote:
> The reason is very likely that MS compilers are broken regarding the
> difference between <> and "" in #include statements,

Please, refer to
- C99 standard (e.g. N1336), 6.10.2 Source file inclusion, clause 1 and 2
- C++ standard (e.g. N3290), 16.2 Source file inclusion, clauses 2 and 3
and notice the "implementation-defined" specified for both!.

> i.e. they always work as "".

This as "" is implementation-defined.

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net


More information about the CMake mailing list