How do I set global cmake flags catkin
Hi all, So far I have only used catkin to do a normal build using catkin_make and a release build using catkin_make -DCMAKE_BUILD_TYPE=Release.
However, I would like to set more CMAKE_CXX_FLAGS and various other options globally for multiple packages in my workspace. How do I do this?
Do I modify the top level cmake? Are there any examples for the same?