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
This commit is contained in:
Peter Levine
2018-09-13 20:57:31 -04:00
committed by Michał Górny
parent f526bd2a33
commit 1cb37ce93c

View File

@@ -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