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:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b697ce263e..9c34da3977 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,9 +203,10 @@ include_directories(
${CMAKE_HOME_DIRECTORY}
${Qt5Core_INCLUDE_DIRS}
${Qt5Network_INCLUDE_DIRS}
- ${Boost_INCLUDE_DIRS}
)
+include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
+
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
if (USE_ASAN)