Add build missing

Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
Uilian Ries 2025-09-09 09:09:38 +02:00
parent 6df8ec37c1
commit 2037341f30
No known key found for this signature in database
GPG Key ID: B7AE2B0822D48802

View File

@ -56,7 +56,7 @@ The JsonCpp port in vcpkg is kept up to date by Microsoft team members and commu
You can download and install JsonCpp using the [Conan](https://conan.io/) package manager:
conan install -r conancenter --requires="jsoncpp/[*]"
conan install -r conancenter --requires="jsoncpp/[*]" --build=missing
The JsonCpp package in Conan Center is kept up to date by [ConanCenterIndex](https://github.com/conan-io/conan-center-index) contributors. If the version is out of date, please create an issue or pull request on the Conan Center Index repository.