Royna2544 / tgbot-cpp

C++ library for Telegram bot API
http://reo7sp.github.io/tgbot-cpp
MIT License
0 stars 0 forks source link

samples/common_defs.cmake #4

Open uralm1 opened 13 hours ago

uralm1 commented 13 hours ago

samples/common_defs.cmake

find_package(JsonCpp QUIET)
should be:
find_package(jsoncpp QUIET)

?