anhero / JsonBox

This is a JSON C++ library. It can write and read JSON files with ease and speed.
MIT License
115 stars 60 forks source link

cmake maximum version #48

Open kb2623 opened 4 years ago

kb2623 commented 4 years ago

Hi, i am having trouble building a project, because I use cmake 3.17. JsonBox project has explicit maximum version of cmake set to 3.14. Is something changed in cmake making it is useless in building your project or what is the issue with newer versions of cmake?

Best regards, Klemen