19 Jun
2017
19 Jun
'17
4:36 p.m.
On Mon, Jun 19, 2017 at 11:48 AM, Richard Hodges
Because cmake's package management (particularly when used with hunter) correctly manages dependencies for cross-compiled environments and for all toolchains.
When using the same code base for 6 different compile targets as I do (unix, mac, windows, iOS, android, emscripten) it's a godsend.
For sure, but I'm still not sure why that requires find_package etc. Why can't that be done without 'custom' code/script?