My PKGBUILD for sigil uses sigil-git/build/ for the build directory, configured with `cmake [options] ..` and it all works fine -- I don't see why that should be a problem assuming you point cmake at the correct source root.
A "build" subdirectory seems to be a rather common cmake convention. cmake considers that an "out of source build".
Last edited by eschwartz; 03-27-2016 at 01:46 PM.
|