mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	CI: restore build on GCC 5
This commit is contained in:
		| @@ -9,7 +9,7 @@ add_executable(IntegrationTests | ||||
| 	openweathermap.cpp | ||||
| ) | ||||
|  | ||||
| if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") | ||||
| if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 6) | ||||
| 	target_compile_options(IntegrationTests | ||||
| 		PUBLIC | ||||
| 			-fsingle-precision-constant # issue 544 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user