commit: 1cb37ce93c720981adf8211acf0fcb849f40a3bc
Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 14 00:57:31 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 07:07:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb37ce9
dev-cpp/gtest: Clean up cmake configure options
'-DBUILD_GTEST=ON' and '-DINSTALL_GMOCK=ON' aren't valid anymore (gtest
will always be built and if gmock is built, it will be installed).
`-Dgtest_build_samples` and '-Dgtest_disable_pthreads' don't depend on
USE flags and have always defaulted to "OFF".
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-cpp/gtest/gtest-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index a2c14fe23fd..a1b5e7ed14c 100644
--- a/dev-cpp/gtest/gtest-9999.ebuild
+++ b/dev-cpp/gtest/gtest-9999.ebuild
@@ -39,11 +39,7 @@ pkg_setup() {
multilib_src_configure() {
local mycmakeargs=(
-DBUILD_GMOCK=ON
- -DBUILD_GTEST=ON
- -DINSTALL_GMOCK=ON
-DINSTALL_GTEST=ON
- -Dgtest_build_samples=OFF
- -Dgtest_disable_pthreads=OFF
# currently only static libs work
# due to numerous ODR violations