From acf588f5a22eafd7d21de55b954e8641d4b06568 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 19 May 2020 11:55:11 -0400 Subject: Enable CMake support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install Abseil’s CMake support files. Some of these files are autogenerated, and the generator produces files with a googletest dependency if Abseil is built with unit tests enabled; to prevent this, turn off unit tests. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 79964920..4c276263 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_CXX_STANDARD=14 -DABSL_RUN_TESTS=ON -DABSL_USE_GOOGLETEST_HEAD=OFF -DBUILD_SHARED_LIBS=ON + dh_auto_configure -- -DCMAKE_CXX_STANDARD=14 -DBUILD_SHARED_LIBS=ON override_dh_auto_install: dh_auto_install -- cgit v1.2.3