Properly unset tags variable.

This commit is contained in:
Guillaume Egles 2018-07-09 17:49:34 -07:00 committed by Martin Hořeňovský
parent e21c6aa94d
commit 76790604f5
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ function(ParseFile SourceFile TestTarget)
endif()
string(REPLACE "]" ";" Tags "${Tags}")
string(REPLACE "[" "" Tags "${Tags}")
else()
# unset tags variable from previous loop
unset(Tags)
endif()
list(APPEND Labels ${Tags})