summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-06 20:12:50 +0100
committerMattes D <github@xoft.cz>2014-01-06 20:12:50 +0100
commitdb978fc6878bbd439463cfaaebf739c602349e53 (patch)
treea94d43fb9cc78fc88301fe6c8849526ef8f36d56
parentMerge pull request #509 from Diusrex/master (diff)
parentOutput dir set to $/MCServer. (diff)
downloadcuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar.gz
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar.bz2
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar.lz
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar.xz
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.tar.zst
cuberite-db978fc6878bbd439463cfaaebf739c602349e53.zip
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bd06798ff..853138769 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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: