GNOME Bugzilla – Bug 742475
CMake support out of source builds
Last modified: 2015-01-29 03:42:53 UTC
Created attachment 293963 [details] [review] cmake: add supports-srcdir-builds Please add support for cmake modules that can be built only out of source dir.
Comment on attachment 293963 [details] [review] cmake: add supports-srcdir-builds Sounds more like a "force-non-srcdir-builds" that would default to false; if that's right, could it be renamed, and an entry added to doc/C/index.docbook describing the attribute?
Created attachment 295670 [details] [review] cmake: add force-non-srcdir-builds Here is the updated patch.
Comment on attachment 295670 [details] [review] cmake: add force-non-srcdir-builds Cool, thanks.