udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

More strict checking of dependencies #240

Closed Sworddragon closed 12 years ago

Sworddragon commented 12 years ago

It seems there are often problems with outdated libraries like libboost. Maybe c10t should check for a minimum version of these libraries and abort the configuring/compiling process if they are too old.

uap-universe commented 12 years ago

This is great. The cmake script should be changed in way to perform these checks. I will have a look at this. I'm not so familiar with cmake yet - a good chance to learn how to do that :D