CMakeCache overwritten by Catkin?
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.
Asked by arennuit on 2014-10-21 11:24:39 UTC
Comments
What exact command line are you invoking? And no, catkin is just CMake in this terms so it does reuse the cached entries.
Asked by Dirk Thomas on 2014-10-21 11:43:07 UTC
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!
Asked by arennuit on 2014-10-22 11:29:56 UTC