diff options
| author | JF <jf@codingfield.com> | 2020-01-18 19:52:33 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-18 19:52:33 (GMT) |
| commit | 86d9f6e6c8cd7d90bb53e8b4e02af2a5e5108482 (patch) | |
| tree | 12da56fc358ca9a52c70bdacf4854b603bb76f93 /CMakeLists.txt | |
| parent | f049f382f03c946b967e1a53368c82f845299cb4 (diff) | |
Set minimum version of cmake to 3.10
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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") |
