Adding dependencies in cmake [closed]

asked 2012-11-19 04:25:32 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi all,

I am trying to compile a package using cmake now. It is not a ros package but it depends on some of ros packages. The way I am compiling it is, make a dir called build in the source code directory and then use cmake .. to generate all the files for compiling. Because I don't know where to set the dependencies as we usually do in manifest.xml, it keeps give me the error of unable to find the header files. Does anyone know where I should edit so that I can add the dependencies in? Thank you!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-08-27 17:25:02

Comments

You should post the error messages ... it would make it easier to help.

Kevin gravatar image Kevin  ( 2012-11-19 14:18:44 -0500 )edit