Browse Source

libmraa: don't build tests

Fixes compilation when gtest is present.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
fb170424dd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libmraa/Makefile

+ 1
- 0
libs/libmraa/Makefile View File

@ -32,6 +32,7 @@ include ../../lang/python/python3-package.mk
CMAKE_OPTIONS += \
-DENABLEEXAMPLES=0 \
-DBUILDSWIGNODE=OFF \
-DBUILDTESTS=OFF \
-DFIRMATA=ON
define Package/libmraa/Default


Loading…
Cancel
Save