jsoncpp: simplyfing cmake configuration

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2016-09-23 14:29:49 -07:00
committed by Lukas Rusak
parent ec34896986
commit dbedd752a2

View File

@@ -39,9 +39,3 @@ pre_configure_target() {
pre_build_target() {
cp $PKG_DIR/config/CMakeLists.txt $ROOT/$PKG_BUILD
}
configure_target() {
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
-DCMAKE_INSTALL_PREFIX=/usr \
..
}