mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
Fix cmake qt: remove REQUIRED
This commit is contained in:
parent
5003434885
commit
c888fcdb7e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ set(QT_PACKAGELIST
|
|||
Qt5Gui
|
||||
)
|
||||
foreach(_qt_package IN LISTS QT_PACKAGELIST)
|
||||
find_package(${_qt_package} REQUIRED ${QT_FIND_PACKAGE_OPTIONS})
|
||||
find_package(${_qt_package} ${QT_FIND_PACKAGE_OPTIONS})
|
||||
endforeach()
|
||||
|
||||
set(Qt5_FOUND ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue