Find PugiXML in Fedora

This commit is contained in:
Carles Fernandez 2018-11-11 12:17:37 +01:00
parent 90e066344d
commit e7c1a71a5a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ find_library (PUGIXML_LIBRARY
/usr/lib/s390x-linux-gnu
/usr/local/lib
/opt/local/lib
/usr/lib )
/usr/lib
/usr/lib64
/usr/local/lib64 )
# Support the REQUIRED and QUIET arguments, and set PUGIXML_FOUND if found.
include (FindPackageHandleStandardArgs)