more robust regex

This commit is contained in:
Radovan Bast 2016-02-11 19:51:54 +01:00
parent cefc2112e2
commit d66fe341a3

View File

@ -30,7 +30,7 @@ if(GIT_FOUND)
)
if(_git_last_commit)
string(REGEX MATCH "Author: +(.+) <.*@" temp "${_git_last_commit}")
string(REGEX MATCH "Author: +([^<]*) <" temp "${_git_last_commit}")
set(_git_last_commit_author ${CMAKE_MATCH_1})
string(STRIP ${_git_last_commit_author} _git_last_commit_author)
string(REGEX MATCH "Date: +(.+[0-9][0-9][0-9][0-9] [+-][0-9][0-9][0-9][0-9])" temp "${_git_last_commit}")