CMake plugin: don't hardcode a default install prefix.

Authored by rjvbb on Jan 15 2019, 7:15 PM.

Description

CMake plugin: don't hardcode a default install prefix.

CMake already has a default install prefix itself which will be used
when KDevelop does not specify one (and which could be non-standard
e.g. when CMake is called through a wrapper).

Differential Revision: https://phabricator.kde.org/D17255

Details