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 4a5596b commit c689e43Copy full SHA for c689e43
1 file changed
CMakeLists.txt
@@ -1,11 +1,11 @@
1
cmake_minimum_required (VERSION 3.12)
2
-
3
-set(SOS_NAME sos)
4
-set(SOS_PROJECT_VERSION 4.2.0 CACHE INTERNAL "Stratify OS version")
+cmsdk2_minimum_required(2.1.2)
5
6
project(StratifyOS
7
LANGUAGES CXX C ASM
8
- VERSION ${SOS_PROJECT_VERSION})
+ VERSION 4.3.1)
+
+set(${PROJECT_NAME}_VERSION ${PROJECT_VERSION} CACHE INTERNAL "StratifyOS project version")
9
10
include( ${CMAKE_CURRENT_SOURCE_DIR}/${CMSDK_BUILD_CONFIG}.cmake )
11
0 commit comments