diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-01-19 11:29:39 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-19 11:29:39 (GMT) |
| commit | 40100bd819bbf07a705a4e643670ac994d325803 (patch) | |
| tree | f069207cfcc2465ff96345fbf460cddbd8403776 /CMakeLists.txt | |
| parent | f14ba4a7e336607f88548963213100cf1478290c (diff) | |
| parent | ffbeeba3e9626f40d9658203a636cd6534de0aca (diff) | |
Merge pull request #17 from danielkucera/cmake-version
downgrade to cmake 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") |
