mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	Merge pull request #2 from carlesfernandez/osnma-cesare_fix1
Build fixes
This commit is contained in:
		@@ -23,7 +23,6 @@
 | 
			
		||||
#include "gnss_satellite.h"
 | 
			
		||||
#include "osnma_dsm_reader.h"       // for OSNMA_DSM_Reader
 | 
			
		||||
#include "osnma_helper.h"
 | 
			
		||||
#include <glog/logging.h>           // for DLOG
 | 
			
		||||
#include <gnuradio/io_signature.h>  // for gr::io_signature::make
 | 
			
		||||
#include <cmath>
 | 
			
		||||
#include <cstddef>
 | 
			
		||||
@@ -32,6 +31,12 @@
 | 
			
		||||
#include <numeric>
 | 
			
		||||
#include <typeinfo>  // for typeid
 | 
			
		||||
 | 
			
		||||
#if USE_GLOG_AND_GFLAGS
 | 
			
		||||
#include <glog/logging.h>  // for DLOG
 | 
			
		||||
#else
 | 
			
		||||
#include <absl/log/log.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if HAS_GENERIC_LAMBDA
 | 
			
		||||
#else
 | 
			
		||||
#include <boost/bind/bind.hpp>
 | 
			
		||||
 
 | 
			
		||||
@@ -123,6 +123,8 @@ target_link_libraries(core_system_parameters
 | 
			
		||||
    PUBLIC
 | 
			
		||||
        Boost::date_time
 | 
			
		||||
        Boost::serialization
 | 
			
		||||
    PRIVATE
 | 
			
		||||
        Pugixml::pugixml    
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
if(ENABLE_GLOG_AND_GFLAGS)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user