Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:27
Message-Id: 1617156159.1f755c1973e944ef5088e1a05d82132719cc36e9.sam@gentoo
1 commit: 1f755c1973e944ef5088e1a05d82132719cc36e9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 00:20:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f755c19
7
8 cmake.eclass: mark CMAKE_MAKEFILE_GENERATOR as @PRE_INHERIT
9
10 We use this to control our dependencies in global scope.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/cmake.eclass | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
18 index 196c60e0b15..c0ec4f2f355 100644
19 --- a/eclass/cmake.eclass
20 +++ b/eclass/cmake.eclass
21 @@ -48,6 +48,7 @@ _CMAKE_ECLASS=1
22 # Set to enable in-source build.
23
24 # @ECLASS-VARIABLE: CMAKE_MAKEFILE_GENERATOR
25 +# @PRE_INHERIT
26 # @DEFAULT_UNSET
27 # @DESCRIPTION:
28 # Specify a makefile generator to be used by cmake.