Skip to content
Snippets Groups Projects
Commit c4df9cf3 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/libmoved3d] Add missing dependency on boost

One should also probably pass the proper cmake variables in CMAKE_ARGS, so that
cmake picks up the correct boost location.

Reported by Didier Devaurs.
parent d08c9875
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@ CMAKE_ARGS+=\
CMAKE_ARGS+=\
-DGLIB_INCLUDE_DIR=$(dir $(filter %/glib.h,${SYSTEM_FILES.glib2}))
## Dependencies
# Dependencies
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../math/gbM/depend.mk
include ../../motion/softMotion-libs/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