mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Do not emit warnings due to Protocol Buffers generated code
This commit is contained in:
		| @@ -90,7 +90,7 @@ get_filename_component(PROTO_INCLUDE_HEADERS ${PROTO_HDRS} DIRECTORY) | |||||||
| target_include_directories(pvt_libs | target_include_directories(pvt_libs | ||||||
|     PUBLIC |     PUBLIC | ||||||
|         ${CMAKE_SOURCE_DIR}/src/core/receiver |         ${CMAKE_SOURCE_DIR}/src/core/receiver | ||||||
|         ${PROTO_INCLUDE_HEADERS} |         SYSTEM ${PROTO_INCLUDE_HEADERS} | ||||||
| ) | ) | ||||||
|  |  | ||||||
| target_compile_definitions(pvt_libs PRIVATE -DGNSS_SDR_VERSION="${VERSION}") | target_compile_definitions(pvt_libs PRIVATE -DGNSS_SDR_VERSION="${VERSION}") | ||||||
|   | |||||||
| @@ -59,7 +59,7 @@ get_filename_component(PROTO_INCLUDE_HEADERS ${PROTO_HDRS} DIRECTORY) | |||||||
|  |  | ||||||
| target_include_directories(core_monitor | target_include_directories(core_monitor | ||||||
|     PUBLIC |     PUBLIC | ||||||
|         ${PROTO_INCLUDE_HEADERS} |         SYSTEM ${PROTO_INCLUDE_HEADERS} | ||||||
| ) | ) | ||||||
|  |  | ||||||
| if(GNURADIO_USES_STD_POINTERS) | if(GNURADIO_USES_STD_POINTERS) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez