mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
[libcalamaresui] Do not link publicly to yamlcpp
This commit is contained in:
parent
401a090cae
commit
4b2b74bdbd
1 changed files with 1 additions and 2 deletions
|
@ -72,12 +72,11 @@ calamares_add_library( calamaresui
|
|||
EXPORT_MACRO UIDLLEXPORT_PRO
|
||||
LINK_LIBRARIES
|
||||
Qt5::Svg
|
||||
yamlcpp
|
||||
RESOURCES libcalamaresui.qrc
|
||||
EXPORT Calamares
|
||||
VERSION ${CALAMARES_VERSION_SHORT}
|
||||
)
|
||||
|
||||
target_link_libraries( calamaresui PRIVATE yamlcpp )
|
||||
if( KF5CoreAddons_FOUND AND KF5CoreAddons_VERSION VERSION_GREATER_EQUAL 5.58 )
|
||||
target_compile_definitions( calamaresui PRIVATE WITH_KOSRelease )
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue