Robotics StackExchange | Archived questions

Adding dependencies in cmake

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!

Asked by shuai on 2012-11-19 05:25:32 UTC

Comments

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

Asked by Kevin on 2012-11-19 15:18:44 UTC

Answers