mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 08:28:22 -04:00
CMake: remove unused link libraries
- Nothing ever sets LIBRARY_QT5_MODULES (it would be a macro argument to calamares_add_library, if anything).
This commit is contained in:
parent
dc16afac4a
commit
e6fe19df20
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ function(calamares_add_library)
|
|||
Qt5::Core
|
||||
Qt5::Gui
|
||||
Qt5::Widgets
|
||||
${LIBRARY_QT5_MODULES}
|
||||
)
|
||||
if(LIBRARY_LINK_LIBRARIES)
|
||||
target_link_libraries(${target} LINK_PUBLIC ${LIBRARY_LINK_LIBRARIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue