CMake generated makefiles support the DESTDIR coding convention for makefiles. Thus you can override the default installation location by setting the DESTDIR
variable upon invoking make:
$ make install DESTDIR=/opt/local
There is no need to re-run CMake.