Closed waterkip closed 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
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