1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-26 00:46:59 +00:00

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

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)