I propose to remove bob.cmake from the coding conventions.
The main reasons are the following
- it bypasses the
cmake way to handle flags
- it makes it harder to understand what is being set
- it makes it more difficult to change flags manually
- it goes against the modern cmake approach of having target specific settings
I propose to remove
bob.cmakefrom the coding conventions.The main reasons are the following
cmakeway to handle flags