diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-18 15:49:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-01-18 21:47:06 +0100 |
commit | 038894acbdd764ee54c344d49df9477502475876 (patch) | |
tree | 9211906a83ba2cc4fb54a728ee2c6d23f2ab353d /odk | |
parent | 3e7b2b12292537e5c6d8b3885ab672187c14e213 (diff) |
The URE C/C++ include files don't use Boost
Change-Id: I90baf9b2bf21c35f0b6de066b95483a39debb9a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128565
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/CppunitTest_odk_checkapi.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odk/CppunitTest_odk_checkapi.mk b/odk/CppunitTest_odk_checkapi.mk index 0acc081048da..00a799139f1f 100644 --- a/odk/CppunitTest_odk_checkapi.mk +++ b/odk/CppunitTest_odk_checkapi.mk @@ -17,8 +17,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,odk_checkapi,\ odk/qa/checkapi/checkapi \ )) -$(eval $(call gb_CppunitTest_use_external,odk_checkapi,boost_headers)) - $(eval $(call gb_CppunitTest_use_internal_comprehensive_api,odk_checkapi,\ udkapi \ )) |