lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.86k stars 290 forks source link

Be able to run cmake with cmake 3.7 and less #493

Closed waterkip closed 5 years ago

waterkip commented 5 years ago

The CMakelist.txt uses VERSION_GREATER_EQUAL which isn't supported until CMake 3.7. Use VERSION_LESS (which is around in 3.02) instead.

Fixes: #492 Signed-off-by: Wesley Schwengle wesley@schwengle.net