After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742475 - CMake support out of source builds
CMake support out of source builds
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-01-06 18:18 UTC by Alberts Muktupāvels
Modified: 2015-01-29 03:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cmake: add supports-srcdir-builds (2.92 KB, patch)
2015-01-06 18:18 UTC, Alberts Muktupāvels
reviewed Details | Review
cmake: add force-non-srcdir-builds (4.49 KB, patch)
2015-01-28 14:50 UTC, Dmitry Shachnev
committed Details | Review

Description Alberts Muktupāvels 2015-01-06 18:18:36 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 1 Frederic Peters 2015-01-28 14:33:00 UTC
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?
Comment 2 Dmitry Shachnev 2015-01-28 14:50:29 UTC
Created attachment 295670 [details] [review]
cmake: add force-non-srcdir-builds

Here is the updated patch.
Comment 3 Frederic Peters 2015-01-28 14:59:47 UTC
Comment on attachment 295670 [details] [review]
cmake: add force-non-srcdir-builds

Cool, thanks.