Skip to content
Snippets Groups Projects
Commit 5c9da0cc authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[wip/hatponboard-lib] Fix compilation issue

A dependency to msgconnector has been added some time ago when adding
an intermediate layer but the Makefile did not reflect this change.
parent 267712ae
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@ endef
# Find Antlr binary name and pass it to CMake
CMAKE_ARGS+= -DAntlr_INCLUDE=${ANTLR_INCLUDE} -DAntlr_BIN=${ANTLR_BIN} -DAntlr_LIB=${ANTLR_LIB}
# Pass the option to find msgconnector
CMAKE_ARGS+= -DCMAKE_MODULE_PATH=${PREFIX.msgconnector}/share/cmake/Modules
include ../../wip/msgconnector/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../wip/antlr2/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