diff --git a/server/masterserver/CMakeLists.txt b/server/masterserver/CMakeLists.txt index 2ce7a2e..e4af8fb 100644 --- a/server/masterserver/CMakeLists.txt +++ b/server/masterserver/CMakeLists.txt @@ -79,15 +79,9 @@ aux_source_directory(. SRC_LIST ) -if (CMAKE_BUILD_TYPE STREQUAL "Debug") - set(EXECUTABLE_OUTPUT_PATH - ${PROJECT_BINARY_DIR}/../bin/masterserver/bin - ) -else () - set(EXECUTABLE_OUTPUT_PATH - ${PROJECT_BINARY_DIR}/../bin - ) -endif() +set(EXECUTABLE_OUTPUT_PATH + ${PROJECT_BINARY_DIR}/../bin/masterserver/bin +) add_executable( masterserver${GAME_ID} ${SRC_LIST} @@ -138,4 +132,3 @@ else() behaviac_gcc_release ) endif() -