mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
[fsresizer] Make sure KPMCore version definitions are consistent
- Duplicate setting from partition module to fsresizer
This commit is contained in:
parent
e8c18c0b5c
commit
478168c841
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ if ( KPMcore_FOUND )
|
|||
include_directories( ${KPMCORE_INCLUDE_DIR} )
|
||||
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamares )
|
||||
|
||||
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
||||
add_definitions(-DWITH_KPMCOREGT33) # kpmcore greater than 3.3
|
||||
endif()
|
||||
|
||||
# The PartitionIterator is a small class, and it's easiest -- but also a
|
||||
# gross hack -- to just compile it again from the partition module tree.
|
||||
calamares_add_plugin( fsresizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue