Simplify the cmake version check.
Change-Id: Ifdd89397f88b090a6b43d40636dbeac029faaed8 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
4490681459
commit
eddb8bc3e5
@ -78,7 +78,7 @@ macro(expect_fail _dir)
|
||||
)
|
||||
endmacro()
|
||||
|
||||
if(${CMAKE_VERSION} VERSION_EQUAL 2.8.7 OR ${CMAKE_VERSION} VERSION_GREATER 2.8.7)
|
||||
if(NOT ${CMAKE_VERSION} VERSION_LESS 2.8.7)
|
||||
# Requires CMAKE_AUTOMOC function in CMake 2.8.7
|
||||
expect_pass(pass1)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user