Skip to content

Commit 4280e7e

Browse files
committed
libSMCE: update to 1.5.7
1 parent e89ed6d commit 4280e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22
on: [ push, pull_request ]
33
env:
44
GODOT_EXPORT_TEMPLATE_VERSION: 3.4.4
5-
LIBSMCE_TAG: v1.5.6
6-
LIBSMCE_VERSION: 1.5.6
5+
LIBSMCE_TAG: v1.5.7
6+
LIBSMCE_VERSION: 1.5.7
77
jobs:
88
rules:
99
name: Compute job rules

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ set (CMAKE_CXX_EXTENSIONS OFF)
3636
set (CMAKE_POSITION_INDEPENDENT_CODE ON)
3737

3838
find_package (Threads REQUIRED)
39-
find_package (SMCE 1.5.6 REQUIRED)
39+
find_package (SMCE 1.5.7 REQUIRED)
4040

4141
set (SMCE_TARGET SMCE::SMCE)
4242
if (SMCEGD_SMCE_LINKING STREQUAL "STATIC")

0 commit comments

Comments
 (0)