Merge pull request #275 from pascal-bach/patch-1

libpoco: use system libraries instead of bundled versions
This commit is contained in:
KristofRobot 2014-06-25 16:31:22 +02:00
commit 74317c7ca5
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ SRC_URI += "file://0001-correct-path-for-CONFIGURE_FILE-in-CMakeLists.txt.patch"
S = "${WORKDIR}/poco-poco-${PV}-release" S = "${WORKDIR}/poco-poco-${PV}-release"
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DPOCO_UNBUNDLED=On"
inherit cmake inherit cmake