cmocka: work around build error / cmake issue
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
ceca0fbf2c
commit
ce0ab277b5
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUNIT_TESTING=ON"
|
configure_args="-DUNIT_TESTING=ON"
|
||||||
hostmakedepends="doxygen"
|
# Generated build/CMakeDoxygenDefaults.cmake is broken:
|
||||||
|
# It contains a filename "\makeindex"
|
||||||
|
# hostmakedepends="doxygen graphviz"
|
||||||
short_desc="Unit testing framework in C"
|
short_desc="Unit testing framework in C"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Reference in a new issue