jsoncpp
jsoncpp copied to clipboard
find_package(jsoncpp REQUIRED) failed
hi kindly friends:
I want to use jsoncpp with cmake in QT, when I use find_package(jsoncpp REQUIRED), it cant find libs and include files, as you see in the below screenshot, the libs is always blank, at the same time, it didnt entery if(NOT jsoncpp_FOUND), does some one can help to point my error!! thank you so much in advance!!
`
the enviromental variable is set as below!
same issue, also, JSONCPP_LIBRARIES is not set and has to be set manually setup: windows-x64 vcpkg clion with MSVC compiler and VS 2017 generator
@longjiang321 I think jsoncpp gets found but the variables you are trying to use are not set