Updates all references to INSTALL_DIR with CMAKE_INSTALL_PREFIX.

This commit is contained in:
Markus Makela
2015-01-18 05:55:29 +02:00
parent e79ea8bc3e
commit 66db37341d
7 changed files with 9 additions and 11 deletions

View File

@ -1096,7 +1096,7 @@ int main(int argc, char **argv)
long_options, &option_index)) != -1)
{
bool succp = true;
struct option* optr = long_options;
switch (opt) {
case 'd':
/*< Debug mode, maxscale runs in this same process */