Environment
Operating System: Windows 10(1909)
IDE: Visual Studio 2017 Community
vcpkg: 2020.01
Context
I have installed vcpkg correctly and tried to install an 3rdparty library called jsoncpp. However, I would like to install a specific version. How do I do that?
PS F:\04_Software\3rdParty\vcpkg-2020.01> .\vcpkg.exe search jsoncpp
jsoncpp 1.9.2 jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScr...
Environment
Operating System: Windows 10(1909)
IDE: Visual Studio 2017 Community
vcpkg: 2020.01
Context
I have installed vcpkg correctly and tried to install an 3rdparty library called jsoncpp. However, I would like to install a specific version. How do I do that?