CMake: don't build tests when imported in another project

This commit is contained in:
Benoit Blanchon
2020-04-11 12:25:38 +02:00
parent 1f7a5e6943
commit ae9b7926a2
7 changed files with 56 additions and 73 deletions

View File

@@ -1,6 +1,11 @@
ArduinoJson: change log
=======================
HEAD
----
* CMake: don't build tests when imported in another project
v6.15.1 (2020-04-08)
-------