mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[fsresizer] Don't need to check KPMCore version
This commit is contained in:
parent
375024ee4c
commit
b42a36e5ad
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ find_package( Qt5 REQUIRED DBus ) # Needed for KPMCore
|
|||
find_package( KF5 REQUIRED I18n WidgetsAddons ) # Needed for KPMCore
|
||||
|
||||
if ( KPMcore_FOUND )
|
||||
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
||||
add_definitions(-DWITH_KPMCOREGT33) # kpmcore greater than 3.3
|
||||
endif()
|
||||
|
||||
include_directories( ${KPMCORE_INCLUDE_DIR} )
|
||||
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamares )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue