[finishedq] CMake: missing keyword
This commit is contained in:
parent
83e6476be8
commit
44602d0237
@ -8,7 +8,7 @@ if( NOT WITH_QML )
|
|||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package( Qt5 ${QT_VERSION} CONFIG DBus Network )
|
find_package( Qt5 ${QT_VERSION} CONFIG COMPONENTS DBus Network )
|
||||||
if ( NOT TARGET Qt5::DBus OR NOT TARGET Qt5::Network )
|
if ( NOT TARGET Qt5::DBus OR NOT TARGET Qt5::Network )
|
||||||
calamares_skip_module( "finishedq (missing DBus or Network)" )
|
calamares_skip_module( "finishedq (missing DBus or Network)" )
|
||||||
return()
|
return()
|
||||||
|
Loading…
Reference in New Issue
Block a user