billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

cmake namespace ponder -> Ponder #95

Closed leolchat closed 6 years ago

leolchat commented 6 years ago

It seems to be that usually the namespace of libraries from a cmake package is the package name. In ponder, the case is different, making it kind of unusual/weird. Moreover, if one forget to find the package first, cmake error will hint to do a find_package(ponder) which won't work.

billyquith commented 6 years ago

Nice hat! I find a lot of inconsistencies between cmake find packages. Is the canonical version documented somewhere? I have to admit, when I've needed one, I've just modified one with an appropriate licence.

billyquith commented 6 years ago

Done.