diff options
| author | Jean-François Milants <jf@codingfield.com> | 2026-01-06 21:29:56 +0100 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2026-01-06 21:29:56 +0100 |
| commit | 0fabfe99d9115c5e258a14fd0c985d300ee41f2d (patch) | |
| tree | 09245daefd81328e013ba49c164893e6fb7970aa | |
| parent | 7dea64af99ce1bc7110c49d91775bffbf1ccecf3 (diff) | |
Set version to 1.16.0.upstream/main
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3250982d..d0b59093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,9 @@ cmake_minimum_required(VERSION 3.10) set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release") +set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) -project(pinetime VERSION 1.15.0 LANGUAGES C CXX ASM) +project(pinetime VERSION 1.16.0 LANGUAGES C CXX ASM) set(CMAKE_C_STANDARD 99) set(CMAKE_CXX_STANDARD 20) |
