diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-23 11:28:31 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-23 13:55:47 +0000 |
commit | d63a940853459bc70df032a36a6432d9515e0ecb (patch) | |
tree | 8596cfb02d59e27f2273d79fef298645138fd616 /RepositoryExternal.mk | |
parent | b29f268387f30d1d13ca167029d0d276214afaa0 (diff) |
we need the complete cppunit build
Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee
Reviewed-on: https://gerrit.libreoffice.org/22639
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index e0f6c9bd4d43..772b1fd7ba48 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -162,7 +162,7 @@ endef else # !SYSTEM_CPPUNIT define gb_LinkTarget__use_cppunit -$(call gb_LinkTarget_use_external_project,$(1),cppunit) +$(call gb_LinkTarget_use_external_project,$(1),cppunit, full) $(call gb_LinkTarget_set_include,$(1),\ -I$(call gb_UnpackedTarball_get_dir,cppunit/include)\ |