mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 09:10:06 +08:00
minor
This commit is contained in:
parent
2e8c914c7b
commit
43d88c40e5
1 changed files with 1 additions and 4 deletions
|
@ -26,12 +26,9 @@ set(QT_PACKAGELIST
|
|||
Qt5Widgets
|
||||
Qt5Gui
|
||||
)
|
||||
foreach(_qt_package IN LISTS QT_PACKAGELIST)
|
||||
find_package(${_qt_package} ${QT_FIND_PACKAGE_OPTIONS})
|
||||
endforeach()
|
||||
|
||||
set(Qt5_FOUND ON)
|
||||
foreach(_qt_package IN LISTS QT_PACKAGELIST)
|
||||
find_package(${_qt_package} ${QT_FIND_PACKAGE_OPTIONS})
|
||||
if(NOT ${_qt_package}_FOUND)
|
||||
set(Qt5_FOUND OFF)
|
||||
endif(NOT ${_qt_package}_FOUND)
|
||||
|
|
Loading…
Reference in a new issue