summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-01-19 11:29:39 (GMT)
committerGitHub <noreply@github.com>2020-01-19 11:29:39 (GMT)
commit40100bd819bbf07a705a4e643670ac994d325803 (patch)
treef069207cfcc2465ff96345fbf460cddbd8403776 /CMakeLists.txt
parentf14ba4a7e336607f88548963213100cf1478290c (diff)
parentffbeeba3e9626f40d9658203a636cd6534de0aca (diff)
Merge pull request #17 from danielkucera/cmake-version
downgrade to cmake 3.10
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 a9cf07c..063decb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.15)
+cmake_minimum_required(VERSION 3.10)
project(pinetime VERSION 0.2.0 LANGUAGES C CXX ASM)
set(NRF_TARGET "nrf52")