10-19-2015, 10:57 PM
(This post was last modified: 10-19-2015, 10:58 PM by Seadragon91.)
The current version of JsonCpp we are using in cuberite has a bug, that causes cmake 3.4 to crash. I had downgraded cmake to 3.2 to fix that, but this can also be fixed by upgrading Jsoncpp to latest git commit.
Do that by running this command inside of lib/jsoncpp.
Do that by running this command inside of lib/jsoncpp.
Code:
git pull origin master