[SOLVED]-DPREFIX deprecated?

So I went to install a second server onto my Ubuntu Server and I ran

sudo cmake …/ -DPREFIX=/opt/TestServer -DTOOLS=0This is what I used to use when I used to install to a directory, but it’s no longer supported and it seems there’s no option anywhere to install to another path. Am I missing something here or is TrinityCore bound to one server now?

TrinityCore revision : 747a3f1d38ab 2015-09-26 23:40:13 +0200 (3.3.5 branch) TrinityCore buildtype : Release

Use

CMAKE_INSTALL_PREFIXinstead.

-DCMAKE_INSTALL_PREFIX worked. Thanks, I took the guide literally and was trying -CMAKE_INSTALL_PREFIX before.

–Mark as Solved–

— Canned message start —
It appears the issue in the original post was solved, so this thread shall be closed.
Should you encounter any other difficulties, please open a new thread.
— Canned message end —