summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2018-09-13 20:57:31 -0400
committerMichał Górny <mgorny@gentoo.org>2018-09-22 09:07:10 +0200
commit1cb37ce93c720981adf8211acf0fcb849f40a3bc (patch)
tree11bdf7e77127a7b0683b9872c160d797809984d9
parentdev-cpp/gtest: Update gtest-9999-fix-gcc6-undefined-behavior.patch (diff)
downloadgentoo-1cb37ce93c720981adf8211acf0fcb849f40a3bc.tar.gz
gentoo-1cb37ce93c720981adf8211acf0fcb849f40a3bc.tar.bz2
gentoo-1cb37ce93c720981adf8211acf0fcb849f40a3bc.zip
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
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index a2c14fe23fd6..a1b5e7ed14c4 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