mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Improve CMake messages
This commit is contained in:
parent
a7f39c9470
commit
571c8c67fd
@ -1220,6 +1220,9 @@ endif(NOT MATIO_FOUND OR MATIO_VERSION_STRING VERSION_LESS ${GNSSSDR_MATIO_MIN_V
|
||||
# PugiXML - https://pugixml.org/
|
||||
################################################################################
|
||||
find_package(PugiXML QUIET)
|
||||
if(PugiXML_FOUND)
|
||||
message(STATUS "PugiXML has been found. Reading of GSA Galileo almanac XML files enabled.")
|
||||
endif(PugiXML_FOUND)
|
||||
|
||||
|
||||
################################################################################
|
||||
|
@ -37,7 +37,6 @@ set(CORE_LIBS_HEADERS
|
||||
)
|
||||
|
||||
if(PugiXML_FOUND)
|
||||
message(STATUS "PugiXML has been found. Reading of GSA Galileo almanac XML files enabled.")
|
||||
add_definitions( -DPUGIXML_FOUND=1 )
|
||||
else(PugiXML_FOUND)
|
||||
set(PUGIXML_INCLUDE_DIR "")
|
||||
|
Loading…
Reference in New Issue
Block a user