We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dea64a commit 0fabfe9Copy full SHA for 0fabfe9
CMakeLists.txt
@@ -1,8 +1,9 @@
1
cmake_minimum_required(VERSION 3.10)
2
3
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose Debug or Release")
4
+set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
5
-project(pinetime VERSION 1.15.0 LANGUAGES C CXX ASM)
6
+project(pinetime VERSION 1.16.0 LANGUAGES C CXX ASM)
7
8
set(CMAKE_C_STANDARD 99)
9
set(CMAKE_CXX_STANDARD 20)
0 commit comments