CMake: build libcalamares with an internal name for KPMcore
This commit is contained in:
parent
8a43ed99ed
commit
ba96f7ddc2
@ -139,8 +139,10 @@ if(KPMcore_FOUND)
|
||||
partition/PartitionQuery.cpp
|
||||
)
|
||||
endif()
|
||||
# Always, since this also handles the no-KPMcore case
|
||||
target_link_libraries(calamares PRIVATE calamares::kpmcore)
|
||||
# Always, since this also handles the no-KPMcore case; we don't
|
||||
# call it calamares::kpmcore because that name exists only
|
||||
# when KPMcore is actually found.
|
||||
target_link_libraries(calamares PRIVATE calapmcore)
|
||||
|
||||
### LIBRARY
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user