Skip to content

Commit affd2cd

Browse files
improbable-nickkrempelimprobanickMudit
authored
Upgrade to 14.5.0 (#39)
* Upgrade to 14.5.0 * Update MSVC package version * Update required CMake version Co-authored-by: Nick Krempel <nickkrempel@improbable.io> Co-authored-by: Mudit <mudit@improbable.io>
1 parent eb55ff5 commit affd2cd

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "1.0.0",
4-
"sdk_version": "14.4.1",
4+
"sdk_version": "14.5.0",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "14.4.1"
8+
"version": "14.5.0"
99
}
1010
]
1111
}

workers/c_client_direct/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55
# !!! because ${PROJECT_NAME} is used below when creating the zip target
66
project(ClientDirect C)
7-
cmake_minimum_required(VERSION 3.0)
7+
cmake_minimum_required(VERSION 3.7)
88

99
set(CMAKE_C_STANDARD 99)
1010
set(CMAKE_C_STANDARD_REQUIRED ON)

workers/c_client_direct/spatialos_worker_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "worker_sdk",
2929
"packages": [
3030
{
31-
"name": "c-static-x86_64-vc140_mdd-win32",
31+
"name": "c-static-x86_64-vc141_mdd-win32",
3232
"platform": "windows"
3333
}
3434
]
@@ -38,7 +38,7 @@
3838
"type": "worker_sdk",
3939
"packages": [
4040
{
41-
"name": "c-static-x86_64-vc140_md-win32",
41+
"name": "c-static-x86_64-vc141_md-win32",
4242
"platform": "windows"
4343
}
4444
]

workers/c_client_vtable/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55
# !!! because ${PROJECT_NAME} is used below when creating the zip target
66
project(ClientVtable C)
7-
cmake_minimum_required(VERSION 3.0)
7+
cmake_minimum_required(VERSION 3.7)
88

99
set(CMAKE_C_STANDARD 99)
1010
set(CMAKE_C_STANDARD_REQUIRED ON)

workers/c_client_vtable/spatialos_worker_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "worker_sdk",
2929
"packages": [
3030
{
31-
"name": "c-static-x86_64-vc140_mdd-win32",
31+
"name": "c-static-x86_64-vc141_mdd-win32",
3232
"platform": "windows"
3333
}
3434
]
@@ -38,7 +38,7 @@
3838
"type": "worker_sdk",
3939
"packages": [
4040
{
41-
"name": "c-static-x86_64-vc140_md-win32",
41+
"name": "c-static-x86_64-vc141_md-win32",
4242
"platform": "windows"
4343
}
4444
]

workers/cpp_physics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# !!! This needs to match the artifact_name in spatialos.<name>.worker.json
55
# !!! because ${PROJECT_NAME} is used below when creating the zip target
66
project(Physics)
7-
cmake_minimum_required(VERSION 3.1)
7+
cmake_minimum_required(VERSION 3.7)
88

99
set(CMAKE_CXX_STANDARD 11)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)

workers/cpp_physics/spatialos_worker_packages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"type": "worker_sdk",
2929
"packages": [
3030
{
31-
"name": "c-static-x86_64-vc140_mdd-win32",
31+
"name": "c-static-x86_64-vc141_mdd-win32",
3232
"platform": "windows"
3333
}
3434
]
@@ -38,7 +38,7 @@
3838
"type": "worker_sdk",
3939
"packages": [
4040
{
41-
"name": "c-static-x86_64-vc140_md-win32",
41+
"name": "c-static-x86_64-vc141_md-win32",
4242
"platform": "windows"
4343
}
4444
]

0 commit comments

Comments
 (0)