Hi,<div><br></div><div>if I do</div><div><br></div><div>set(PCHDIR ../include.pch)</div><div>add_precompiled_header( ${PROJECT_NAME} ${PCHDIR}/pch.hpp )</div><div><br></div><div><div>an extra ../ is added to PCHDIR. Isn&#39;t this a bug.</div>
</div><div>However if I do</div><div>set(PCHDIR ../../include.pch)</div><div>or anything else nothing gets added.</div><div>This might be a feature  but for me it&#39;s working like a bug.</div><div><br></div><div>So how can I set</div>
<div>set(PCHDIR ../include.pch)</div><div>without having to use a softlink on the file system?</div><div><br></div><div>Thanks</div>