mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	CMake: used link_libraries() instead of target_link_libraries()
This commit is contained in:
		| @@ -24,11 +24,6 @@ add_executable(MixedConfigurationTests | ||||
| 	use_long_long_1.cpp | ||||
| ) | ||||
|  | ||||
| target_link_libraries(MixedConfigurationTests | ||||
| 	ArduinoJson | ||||
| 	catch | ||||
| ) | ||||
|  | ||||
| set_target_properties(MixedConfigurationTests PROPERTIES UNITY_BUILD OFF) | ||||
|  | ||||
| add_test(MixedConfiguration MixedConfigurationTests) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user