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 758320 - [CMake] Add support for "skip-install"
[CMake] Add support for "skip-install"
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-11-19 09:44 UTC by Juan A. Suarez Romero
Modified: 2016-01-27 16:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cmake: Add support for skip-install (3.19 KB, patch)
2015-11-19 09:47 UTC, Juan A. Suarez Romero
none Details | Review

Description Juan A. Suarez Romero 2015-11-19 09:44:12 UTC
So far, we support "skip-install" in autotools module, but not in cmake.

It would be great to support it also in cmake, so we can add test modules that doesn't have install.
Comment 1 Juan A. Suarez Romero 2015-11-19 09:47:36 UTC
Created attachment 315871 [details] [review]
cmake: Add support for skip-install

As we have in autotools module.
Comment 2 Frederic Peters 2016-01-27 16:25:02 UTC
Thank you; pushed as is.