[partition] Ignore KPMCore 4 beta versions
This commit is contained in:
parent
58d0e4b491
commit
f28d28a455
@ -44,7 +44,7 @@ if ( KPMcore_FOUND AND Qt5DBus_FOUND AND KF5CoreAddons_FOUND AND KF5Config_FOUND
|
|||||||
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
||||||
list( APPEND _partition_defs WITH_KPMCORE331API) # kpmcore > 3.3.0 with deprecations
|
list( APPEND _partition_defs WITH_KPMCORE331API) # kpmcore > 3.3.0 with deprecations
|
||||||
endif()
|
endif()
|
||||||
if ( KPMcore_VERSION VERSION_GREATER "3.90")
|
if ( KPMcore_VERSION VERSION_GREATER_EQUAL "4.0")
|
||||||
list( APPEND _partition_defs WITH_KPMCORE4API) # kpmcore 4 with new API
|
list( APPEND _partition_defs WITH_KPMCORE4API) # kpmcore 4 with new API
|
||||||
endif()
|
endif()
|
||||||
if( KPMcore_VERSION VERSION_GREATER_EQUAL "4.2" )
|
if( KPMcore_VERSION VERSION_GREATER_EQUAL "4.2" )
|
||||||
|
Loading…
Reference in New Issue
Block a user