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 | |
| parent | f049f382f03c946b967e1a53368c82f845299cb4 (diff) | |
Set minimum version of cmake to 3.10
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 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") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb75501..9d35a5b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10) project(pinetime-app C CXX ASM) |
