jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
57 stars 45 forks source link

deprecated.hh.cmake: Only define PROJECT_PRAGMA if not yet defined #560

Closed wxmerkt closed 1 year ago

wxmerkt commented 1 year ago

E.g. Pinocchio defines its own redundant PINOCCHIO_PRAGMA. This results in hundreds of warnings -- checking and only defining if required fixes this issue. Alternatively we could force undef here, but I don't think that's a good idea.