mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix selection of C++ standard
This commit is contained in:
		| @@ -655,7 +655,7 @@ if(NOT ENABLE_OWN_GPSTK) | ||||
|         PURPOSE "Used in some Extra Tests." | ||||
|     ) | ||||
| endif() | ||||
| if(NOT (GNURADIO_VERSION VERSION_LESS 3.8) AND LOG4CPP_READY_FOR_CXX17) | ||||
| if(NOT (GNURADIO_VERSION VERSION_LESS 3.8) AND (LOG4CPP_READY_FOR_CXX17 OR GNURADIO_USES_SPDLOG)) | ||||
|     # Check if we have std::filesystem | ||||
|     if(NOT (CMAKE_VERSION VERSION_LESS 3.8)) | ||||
|         if(NOT GPSTK_FOUND OR NOT (GPSTK_FOUND AND GPSTK_OLDER_THAN_8))  # Fix for GPSTk < 8.0.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez