summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-27 14:07:56 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-27 14:07:56 +0100
commite2dbcc95b5cf171e99e237513998d17a0c70f3ad (patch)
treebc7fc34b47402aaa9303c8d038d2158f1b7b7aa3 /CMakeLists.txt
parent2a6e4597e29d440e03416b0cf9d47da4eb2ff781 (diff)
downloadqtlocation-mapboxgl-e2dbcc95b5cf171e99e237513998d17a0c70f3ad.tar.gz
draw fills according to the style
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de9d59ccf1..a51b47a1cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(llmr)
+FIND_PACKAGE(Boost)
set(VERSION_MAJOR "0")
set(VERSION_MINOR "0")