Trying to build cquery with fa2fd29, I get the following error, and compile_commands.json is not generated. >>> cmake --version cmake version 3.10.3 >>> cmake .. -DCMAKE_INSTALL_PREFIX=release -DCMAKE_EXPORT_COMPILE_COMMANDS=YES -DCMAKE_...
I guess adding the set(CMAKE_EXPORT_COMPILE_COMMANDS ON) (or something similar) in catkin's entry point, CMakeLists.txt, would not disturb anybody but it is useful for Vim's YouCompleteMe plugin. On Ubuntu, the entry point for catkin is a symlink to /opt/ros/indigo/share/catkin/cmake...