mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-03 12:51:11 +02:00
eclass/cmake: Sync with Gentoo
It's from Gentoo commit b15b4729c68c19f88ee1306e9eeb66d1313223a9.
This commit is contained in:
parent
14fad78c05
commit
166d2e4ca7
@ -1,9 +1,10 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# @ECLASS: cmake.eclass
|
# @ECLASS: cmake.eclass
|
||||||
# @MAINTAINER:
|
# @MAINTAINER:
|
||||||
# kde@gentoo.org
|
# kde@gentoo.org
|
||||||
|
# base-system@gentoo.org
|
||||||
# @AUTHOR:
|
# @AUTHOR:
|
||||||
# Tomáš Chvátal <scarabeus@gentoo.org>
|
# Tomáš Chvátal <scarabeus@gentoo.org>
|
||||||
# Maciej Mrozowski <reavertm@gentoo.org>
|
# Maciej Mrozowski <reavertm@gentoo.org>
|
||||||
@ -96,6 +97,7 @@ fi
|
|||||||
# By default it uses current working directory (in EAPI-7: ${S}).
|
# By default it uses current working directory (in EAPI-7: ${S}).
|
||||||
|
|
||||||
# @ECLASS_VARIABLE: CMAKE_VERBOSE
|
# @ECLASS_VARIABLE: CMAKE_VERBOSE
|
||||||
|
# @USER_VARIABLE
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# Set to OFF to disable verbose messages during compilation
|
# Set to OFF to disable verbose messages during compilation
|
||||||
: ${CMAKE_VERBOSE:=ON}
|
: ${CMAKE_VERBOSE:=ON}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user