diff --git a/CMakeLists.txt b/CMakeLists.txt index 85423b4f3..d0d3d0afd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,11 +25,6 @@ elseif(DEVELOPMENT_BUILD) set(VERSION_STRING "${VERSION_STRING}-dev") endif() -if (CMAKE_BUILD_TYPE STREQUAL Debug) - # Append "-debug" to version string - set(VERSION_STRING "${VERSION_STRING}-debug") -endif() - # Configuration options set(BUILD_CLIENT TRUE CACHE BOOL "Build client") set(BUILD_SERVER FALSE CACHE BOOL "Build server")