Require tagparser 6.1.0

This commit is contained in:
Martchus 2016-11-27 14:43:27 +01:00
parent 6cdf1468cb
commit 7c723a8c77
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if(WIDGETS_GUI OR QUICK_GUI)
endif()
# find tagparser
find_package(tagparser 6.0.0 REQUIRED)
find_package(tagparser 6.1.0 REQUIRED)
use_tag_parser()
list(APPEND TEST_LIBRARIES ${TAG_PARSER_SHARED_LIB})