Drop minimum pugixml version.
Some checks failed
continuous-integration/drone/push Build is failing

The package in Ubuntu bionic doesn't provide a version.
This commit is contained in:
tastytea 2021-05-29 19:23:41 +02:00
parent df55ed9dba
commit e7756c8f87
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -39,7 +39,7 @@ if(NOT termcolor_FOUND)
endif() endif()
endif() endif()
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(pugixml 1 REQUIRED CONFIG) find_package(pugixml REQUIRED CONFIG)
add_subdirectory(src) add_subdirectory(src)