uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
15 stars 15 forks source link

CMakeLists: Remove deprecation warning for jsoncpp #34

Closed doanac closed 2 years ago

doanac commented 2 years ago

Compiling jsoncpp.cc with -Wdeprecated-declarations produces warnings against the its actual implementation of the function. This triggers build warnings inside OE that were noticed by customers.

Signed-off-by: Andy Doan andy@foundries.io