Skip to content
Snippets Groups Projects
Commit 3648c559 authored by Andre Sailer's avatar Andre Sailer
Browse files

Fix in GlobalSVNRevision cmake macro, remove trailing whitespace

parent 2fb71e12
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ EXECUTE_PROCESS( COMMAND "svnversion"
OUTPUT_VARIABLE GLOBAL_SVN_REVISION
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
RESULT_VARIABLE _exit_code
OUTPUT_STRIP_TRAILING_WHITESPACE
)
IF( NOT _exit_code EQUAL 0 )
MESSAGE( STATUS "Couldn't retrieve a version number from SVN to set in documentation.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment