Avoid using sudo in the cppcms-cppdb installation (#3202)
Using sudo here is unnecessary (apparently, given that all the cppcms
tests pass without it locally) and it creates root-owned files in the
installs directory, which is something we generally try to avoid.