On Sat, Aug 3, 2019 at 11:47 PM Kornel Benko <kor...@lyx.org> wrote: > > Strictly speaking, this is not 'out of source'. >
Fair enough. My point is that it was not in the same directory as the LyX file such that the relative path would have been consistent with the actual relative path. > I suggest, you use a completely different directory and use an absolute > path. > 1. mkdir -p ~/build/lyx > 2. cd ~/build/lyx > 3. cmake <absolute source lyx path> ... > Doing this (and cleaning up my `source` directory), I still end up with an `include` directory in the `~/build` directory. Yes, this doesn't pollute my document directory; however, LyX is unnecessarily creating an empty directory. This does not seem appropriate. Thanks, Joel