steveire / grantlee

Libraries for text templating with Qt
Other
141 stars 48 forks source link

Lowering needed CMAKE Version to 3.0 #17

Closed jsaalfeld closed 8 years ago

jsaalfeld commented 8 years ago

When building KDE Framework 5, this package is the only one with a dependency that is currently not in the debian stable release. This Pull-Request removes that dependency, so KDE Framework 5 can be build from latest sources on the latest stable system.

steveire commented 8 years ago

I'm inclined not to apply this. Nothing in KF5 is going to depend on the next grantlee release, so anyone building kf5 can use the 5.0.0 grantlee package, right?

steveire commented 8 years ago

Alternatively, users of distros which ship old cmake can use

curl -sSL https://cmake.org/files/v3.4/cmake-3.4.0-Linux-x86_64.tar.gz | sudo tar -xzC /opt

to get a newer version to build grantlee.