fixed mistake found by chrber
This commit is contained in:
parent
3d7023731a
commit
32e6eff8d2
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ if(SVN_VERSION MATCHES [0-9]+.*)
|
|||
|
||||
if(NOT OLD_VERSION MATCHES ".*\"${SVN_VERSION}\".*")
|
||||
file(WRITE revision-stamp "#define REVISION \"${SVN_VERSION}\"\n")
|
||||
endif(NOT OLD_VERSION MATCHES ".*${SVN_VERSION}.*")
|
||||
endif(NOT OLD_VERSION MATCHES ".*\"${SVN_VERSION}\".*")
|
||||
|
||||
endif(SVN_VERSION MATCHES [0-9]+.*)
|
||||
|
|
Loading…
Add table
Reference in a new issue