mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix identification of Boost version
This commit is contained in:
		| @@ -87,7 +87,7 @@ target_include_directories(pvt_libs | ||||
|  | ||||
| target_compile_definitions(pvt_libs PRIVATE -DGNSS_SDR_VERSION="${VERSION}") | ||||
|  | ||||
| if(Boost_VERSION VERSION_GREATER "1.65") | ||||
| if(Boost_VERSION VERSION_GREATER "106500") | ||||
|     target_compile_definitions(pvt_libs | ||||
|         PUBLIC | ||||
|             -DBOOST_GREATER_1_65 | ||||
|   | ||||
| @@ -85,7 +85,7 @@ if(OS_IS_MACOSX) | ||||
|     endif() | ||||
| endif() | ||||
|  | ||||
| if(Boost_VERSION VERSION_GREATER "1.65") | ||||
| if(Boost_VERSION VERSION_GREATER "106500") | ||||
|     target_compile_definitions(signal_source_gr_blocks | ||||
|         PUBLIC | ||||
|             -DBOOST_GREATER_1_65 | ||||
|   | ||||
| @@ -92,8 +92,7 @@ target_include_directories(tracking_libs | ||||
|     PUBLIC | ||||
|         ${OPT_TRACKING_INCLUDES} | ||||
| ) | ||||
|  | ||||
| if(Boost_VERSION VERSION_GREATER "1.65") | ||||
| if(Boost_VERSION VERSION_GREATER "106500") | ||||
|     target_compile_definitions(tracking_libs | ||||
|         PUBLIC | ||||
|             -DBOOST_GREATER_1_65 | ||||
|   | ||||
| @@ -60,7 +60,7 @@ target_include_directories(core_monitor | ||||
| ) | ||||
|  | ||||
|  | ||||
| if(Boost_VERSION VERSION_GREATER "1.65") | ||||
| if(Boost_VERSION VERSION_GREATER "106500") | ||||
|     target_compile_definitions(core_monitor | ||||
|         PUBLIC | ||||
|             -DBOOST_GREATER_1_65 | ||||
|   | ||||
| @@ -129,7 +129,7 @@ if(ENABLE_CUDA) | ||||
|     target_compile_definitions(core_receiver PRIVATE -DCUDA_GPU_ACCEL=1) | ||||
| endif() | ||||
|  | ||||
| if(Boost_VERSION VERSION_GREATER "1.65") | ||||
| if(Boost_VERSION VERSION_GREATER "106500") | ||||
|     target_compile_definitions(core_receiver | ||||
|         PRIVATE | ||||
|             -DBOOST_GREATER_1_65 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez