From 53642824823d47c623527b33f2ea797fbb7383db Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 2 Aug 2023 06:49:49 +0200 Subject: No boost in basic Change-Id: Iba8d1bacf37d29137c2d4f4ed6f0ea1206c84f3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155186 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- basic/CppunitTest_basic_macros.mk | 2 -- basic/Library_sb.mk | 2 -- 2 files changed, 4 deletions(-) (limited to 'basic') diff --git a/basic/CppunitTest_basic_macros.mk b/basic/CppunitTest_basic_macros.mk index 361bd5bb2d2f..a7406efca03e 100644 --- a/basic/CppunitTest_basic_macros.mk +++ b/basic/CppunitTest_basic_macros.mk @@ -9,8 +9,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,basic_macros)) -$(eval $(call gb_CppunitTest_use_external,basic_macros,boost_headers)) - $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \ basic/qa/cppunit/basictest \ basic/qa/cppunit/basic_coverage \ diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index f640e366a50c..8076f0995873 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Library_set_include,sb,\ $(eval $(call gb_Library_set_precompiled_header,sb,basic/inc/pch/precompiled_sb)) -$(eval $(call gb_Library_use_external,sb,boost_headers)) - $(eval $(call gb_Library_use_custom_headers,sb,\ officecfg/registry \ )) -- cgit