diff --git a/CMakeLists.txt b/CMakeLists.txt index 71f04daf..8fe6f474 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,8 +38,6 @@ include( "cmake/compiler.cmake" ) include(GetGitRevisionDescription) get_git_head_revision(GIT_REFSPEC GIT_SHA1) git_describe(VERSION --all --dirty=-d) -message(${GIT_REFSPEC}) -message(${VERSION}) configure_file("${SERVER_COMMON_DIR}/Version.cpp.in" "${SERVER_COMMON_DIR}/Version.cpp" @ONLY)