CMakeCache overwritten by Catkin?

asked 2014-10-21 11:24:39 -0500

arennuit gravatar image

updated 2022-01-22 16:16:29 -0500

Evgeny gravatar image

Hello,

Each time I modify a package / CMake project (e.g. to add or remove files) I have to re-enter the full CMake command line.

As far as I understand CMake works, this command line should be kept in the CMakeCache, no? In my case it does not and I need to rewrite the command line each time, it is a bit painful on the long run.

Is it related to me not using catkin the proper way?

Note I use a CMake command rather than catkin_make because I use qtcreator (and not the command line).

Thanks,

Antoine.

edit retag flag offensive close merge delete

Comments

1

What exact command line are you invoking? And no, catkin is just CMake in this terms so it does reuse the cached entries.

Dirk Thomas gravatar image Dirk Thomas  ( 2014-10-21 11:43:07 -0500 )edit

Sorry that was me badly using qtcreator (I do not use CMake from the command line). You comment helped me figure out what was going wrong, thanks!

arennuit gravatar image arennuit  ( 2014-10-22 11:29:56 -0500 )edit