openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

[build] update cmake to 3.20.1 #262

Closed wgtdkp closed 4 months ago

wgtdkp commented 4 months ago

Updates cmake to 3.20.1 which adds support for USE_SWIG_DEPENDENCIES

USE_SWIG_DEPENDENCIES is needed to tell SWIG compiler to rebuild the java library when the dependencies are changed. For example, we currently have a problem that the java library is not updated even a new API is added to commissioner.hpp