Skip to content

Commit

Permalink
libsmce: update to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RuthgerD committed Mar 18, 2022
1 parent 8aa2fff commit 7bc6618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI
on: [ push, pull_request ]
env:
GODOT_EXPORT_TEMPLATE_VERSION: 3.4.3
LIBSMCE_TAG: v1.4.0
LIBSMCE_VERSION: 1.4
LIBSMCE_TAG: v1.5.0
LIBSMCE_VERSION: 1.5
jobs:
rules:
name: Compute job rules
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set (CMAKE_CXX_EXTENSIONS OFF)
set (CMAKE_POSITION_INDEPENDENT_CODE ON)

find_package (Threads REQUIRED)
find_package (SMCE 1.4 REQUIRED)
find_package (SMCE 1.5 REQUIRED)

set (SMCE_TARGET SMCE::SMCE)
if (SMCEGD_SMCE_LINKING STREQUAL "STATIC")
Expand Down
2 changes: 1 addition & 1 deletion project/src/bind/SMCE.gd
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

class_name SMCE

enum Status { CLEAN, CONFIGURED, RUNNING, SUSPENDED, STOPPED }
enum Status { CLEAN, CONFIGURED, PREPARED, RUNNING, SUSPENDED, STOPPED }

0 comments on commit 7bc6618

Please sign in to comment.