[BUILD] Change default directory for install server and configs (#74)
prevent Cmake need to be run in administrator.
This commit is contained in:
parent
fa575b304c
commit
1cf3cd2e2a
@ -75,7 +75,9 @@ message("")
|
||||
#==================================================================================#
|
||||
|
||||
project(MaNGOS VERSION 0.22.0)
|
||||
|
||||
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_SOURCE_DIR}/install CACHE PATH "Default install directory" FORCE)
|
||||
endif()
|
||||
if(DEBUG)
|
||||
set(CMAKE_BUILD_TYPE Debug)
|
||||
else()
|
||||
|
Loading…
x
Reference in New Issue
Block a user