From 1cb37ce93c720981adf8211acf0fcb849f40a3bc Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Thu, 13 Sep 2018 20:57:31 -0400 Subject: [PATCH] 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 a2c14fe23fd6f..a1b5e7ed14c4b 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