slomkowski / mumsi

SIP to Mumble gateway/bridge using PJSUA stack.
Apache License 2.0
41 stars 33 forks source link

Lower required CMake Version to 2.8.0 #3

Closed NerdyProjects closed 8 years ago

NerdyProjects commented 8 years ago

There are no CMake 3 features used, so allow building on common distribution CMake versions by requiring only CMake 2.8.0

slomkowski commented 8 years ago

Thank you for your changes. Following your pull request I've lowered CMake version in mumlib.

slomkowski commented 8 years ago

I decided to change version to 2.8.1 since 2.8.0 breaks the compilation when cmake wasn't run in the source directory because of this entry:

link_directories(../mumlib/build)

Even legacy Debian Squeeze has CMake 2.8.2 in its packages, so it shouldn't be a problem.