mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Set cmake module path to local for findqtmobility
This commit is contained in:
parent
0eb00fe39c
commit
1c9540befa
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ if(APPLE)
|
|||
ENDIF(APPLE)
|
||||
|
||||
if (NOT QT_QTMULTIMEDIA_FOUND)
|
||||
SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
FIND_PACKAGE(QtMobility REQUIRED)
|
||||
endif (NOT QT_QTMULTIMEDIA_FOUND)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue