diff --git a/CMakeLists.txt b/CMakeLists.txt index cba8781..c105f1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ execute_process( WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} OUTPUT_VARIABLE N2N_VERSION ) +string(STRIP "${N2N_VERSION}" N2N_VERSION) set(N2N_OSNAME ${CMAKE_SYSTEM_NAME}) execute_process( COMMAND git status