1
0
Fork 0

Output dir set to $/MCServer.

Ref.: #510.
This commit is contained in:
madmaxoft 2014-01-06 10:13:19 +01:00
parent c9c71fe5a7
commit 4b54f3e3ea
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ set(EXECUTABLE MCServer)
add_executable(${EXECUTABLE} ${SOURCE})
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/MCServer)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_SOURCE_DIR}/MCServer)
if (MSVC)
# MSVC generator adds a "Debug" or "Release" postfixes to the EXECUTABLE_OUTPUT_PATH, we need to cancel them: