Hi,<div>I have a project that compiles everywhere (Linux, Windows (Visual Studio 2008), MacOS 10.7 with makefiles) apart Xcode 4.1.</div><div>It does not like</div><div>#include &lt;GL/glew.h&gt;</div><div><br></div><div>I&#39;m sure all the paths are included with CMake (otherwise it could not compile on other platforms). It is located in /usr/include, but even if I write this path manually in the Xcode settings it just ignores it.</div>
<div>Only if I write</div><div>#include &quot;/usr/include/GL/glew.h&quot;</div><div><br></div><div>it can compile.</div><div><br></div><div>Is it a bug of CMake? Xcode 4.1?</div><div>I repeat that the simple makefile generator works.</div>
<div><br></div><div>Thx</div><div>Marco</div>