From c4df9cf3a45196f70df52fa8994b02e0bfdb8463 Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Wed, 25 Jan 2012 14:57:30 +0100 Subject: [PATCH] [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. --- libmove3d/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libmove3d/Makefile b/libmove3d/Makefile index 552064c0..f90b4a08 100644 --- a/libmove3d/Makefile +++ b/libmove3d/Makefile @@ -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 -- GitLab