Skip to content

Commit

Permalink
dev-cpp/gtest: Clean up cmake configure options
Browse files Browse the repository at this point in the history
'-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
  • Loading branch information
Peter-Levine committed Sep 14, 2018
1 parent 8711bec commit 009b6a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-cpp/gtest/gtest-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 009b6a3

Please sign in to comment.