<html><head></head><body><div>On Fri, 2019-01-25 at 14:06 -0800, Venedict Tchistopolskii wrote:</div><blockquote type="cite"><div dir="ltr">Could you clarify on saving the build-directory section?<div><br></div><div>I'm not sure how it knows which cache or build directory to load. In my setup here the issue I noted applies even if build directory is generated on both projects/etc.<br><div><br></div><div>VT</div></div></div></blockquote><div><br></div><div>As a convenience, cmake-gui uses a QSettings object to store the last few build directories that it configured. These directories are populated in the build directory dropdown menu.</div><div><br></div><div>The source directories are not stored in QSettings at all, but instead extracted from the build directories. If the build directory hasn't been configured, then CMake has no way of knowing what source directory to pick.</div><div><br></div><div>Kyle</div><blockquote type="cite">
</blockquote></body></html>