Resolve the following QA warning:
* One or more CMake variables were not used by the project:
* WITH_SILO
There is no WITH_SILO option. Remove it.
Closes: https://bugs.gentoo.org/659392
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14331
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_configure() {
local mycmakeargs=(
-DWITH_CUDA=$(usex cuda)
- -DWITH_SILO=false
)
cmake-utils_src_configure
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_configure() {
local mycmakeargs=(
-DWITH_CUDA=$(usex cuda)
- -DWITH_SILO=false
)
cmake-utils_src_configure
}