Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-08-03 12:45:12 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-08-03 12:56:36 +0300
commit61e92a6fb6288304ac78197b7713dc7e820a5c85 (patch)
treef5516f03c976c4bc917a71b480784fb90f6b60f6 /CMakeLists.txt
parentdcb8d9937684d7245f24007437976d554240dc25 (diff)
[cmake] do not use qt for pybindings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6944cab6d4..4e61922cba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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")