Skip to content
Snippets Groups Projects
Commit e2d13a53 authored by Arnaud Degroote's avatar Arnaud Degroote
Browse files

[wip/histodet] Fix a typo in the non-handling of option demo

Bump PKGREVISION
parent 8846ed30
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ VERSION= 1.0
CATEGORIES= image
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=histodet/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}histodet
PKGREVISION= 1
MAINTAINER= robotpkg@laas.fr
COMMENT= Fast object detector based on histogram
......@@ -18,7 +19,7 @@ define PKG_OPTION_SET.demo
CMAKE_ARGS+= -DBUILD_DEMO=ON
// requiere opencv_highgui
endef
define PKG_OPTION_UNSET.doc
define PKG_OPTION_UNSET.demo
CMAKE_ARGS+= -DBUILD_DEMO=OFF
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment