mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

Fix conan install when prior version is available on the system #292

Closed OznOg closed 2 years ago

OznOg commented 2 years ago

When there was already a conan version installed on the system, the conda version was ignored and the one from the system taken.

This patch fixes this wrong behaviour by checking compatibility of local conan and trig the update if necessary.