mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 15:15:39 -07:00
Fix qt5_found handling
This commit is contained in:
parent
64e7aa4c46
commit
6562c22029
1 changed files with 19 additions and 12 deletions
|
@ -30,6 +30,13 @@ foreach(_qt_package IN LISTS QT_PACKAGELIST)
|
||||||
find_package(${_qt_package} REQUIRED ${QT_FIND_PACKAGE_OPTIONS})
|
find_package(${_qt_package} REQUIRED ${QT_FIND_PACKAGE_OPTIONS})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
set(Qt5_FOUND ON)
|
||||||
|
foreach(_qt_package IN LISTS QT_PACKAGELIST)
|
||||||
|
if(NOT ${_qt_package}_FOUND)
|
||||||
|
set(Qt5_FOUND OFF)
|
||||||
|
endif(NOT ${_qt_package}_FOUND)
|
||||||
|
endforeach()
|
||||||
|
|
||||||
SET (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
SET (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
|
|
||||||
INCLUDE(FindSSE)
|
INCLUDE(FindSSE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue