forked from organicmaps/organicmaps
[cmake] do not use qt for pybindings
This commit is contained in:
parent
dcb8d99376
commit
61e92a6fb6
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ if (PYBINDINGS)
|
|||
include_directories(${PYTHON_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
||||
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID)
|
||||
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID AND NOT PYBINDINGS)
|
||||
find_package(Qt5Core)
|
||||
if (NOT Qt5Core_FOUND)
|
||||
message(FATAL_ERROR "Qt5 cmake files were not found, please set QT_PATH environment variable")
|
||||
|
|
Loading…
Add table
Reference in a new issue