Skip to content
Snippets Groups Projects
Commit 44739621 authored by Ellon Paiva Mendes's avatar Ellon Paiva Mendes
Browse files

[wip/infuse-asn1-conversions] Add dependency on infuse-asn1-types; Make...

[wip/infuse-asn1-conversions] Add dependency on infuse-asn1-types; Make explicit we use pcl sysdep from wip
parent 5dd1b1b5
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,14 @@ endef
PKG_OPTION_DESCR.pcl= Enable the conversions from/to PCL types
define PKG_OPTION_SET.pcl
CMAKE_ARGS+= -DWITH_PCL=ON
include ../mk/sysdep/pcl.mk
include ../../wip/mk/sysdep/pcl.mk
endef
define PKG_OPTION_UNSET.pcl
CMAKE_ARGS+= -DWITH_PCL=OFF
endef
# Dependencies
include ../../wip/infuse-asn1-types/depend.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../pkgtools/pkg-config/depend.mk
......
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