Your CMAKE_INSTALL_PREFIX can be wherever you like. I have my EQEmu install at C:/EQEmu so that's what I set it as. What it lets you do is after you build everything you can right click the INSTALL project in VS and it will automatically copy the binaries over to that location.
That said I'm a little concerned about:
The C compiler identification is unknown
The CXX compiler identification is unknown
As that means CMake can't find the install correctly which indicates a deeper issue than a setting being unset in the gui.
|