Drop minimum pugixml version.
continuous-integration/drone/push Build is failing Details

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
1 changed files with 1 additions and 1 deletions

View File

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