diff options
author | Mattes D <github@xoft.cz> | 2014-01-06 20:12:50 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-06 20:12:50 +0100 |
commit | db978fc6878bbd439463cfaaebf739c602349e53 (patch) | |
tree | a94d43fb9cc78fc88301fe6c8849526ef8f36d56 | |
parent | Merge pull request #509 from Diusrex/master (diff) | |
parent | Output dir set to $/MCServer. (diff) | |
download | cuberite-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.txt | 2 |
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: |