## Oliver Eichler ([email protected]): > I just pushed a fix in the root cmake file that tests for Debian and if > Debian is detected the source is patched. I can't test it on a Debian > system as I don't have one right at hand. So please give feedback if > it fails.
I think this is a little short-sighted: other systems (as FreeBSD) have the same problem, and chasing distributions doesn't sound like a strategy (hey, we got all those fancy build systems so we don't have to patch the source for each and every environment - using the build system to do the patching just looks... confused). Looking at the proj packages (FreeBSD proj-5.1.0,1 and Debian proj-bin/ proj-data/libproj-dev 4.9.3-1), I see that these packages install pkg-config files (proj.pc). Perhaps a better approach is to use these (with cmake's pkg_check_modules) if we cannot find proj via find_package? I'll check what could be done there. Regards, Christoph -- Spare Space _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
