Skip to content

Commit

Permalink
Requiring v6.2.4 of the commsdsl.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Nov 20, 2023
1 parent 7cdf72d commit 36b7fb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ configuration:

environment:
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1
COMMSDSL_BRANCH: v6.2.4
CC_TOOLS_QT_BRANCH: v4.2.3
matrix:
- CPP_STD: 11
- CPP_STD: 14
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]

env:
COMMS_BRANCH: v5.2.1
COMMSDSL_BRANCH: v6.2.1
CC_TOOLS_QT_BRANCH: v4.2.1
COMMSDSL_BRANCH: v6.2.4
CC_TOOLS_QT_BRANCH: v4.2.3

jobs:
build_gcc_old_ubuntu_20_04:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ option (MQTT5_BUILD_EMSCRIPTEN "Build and install project generated by the comms
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"

set (MQTT5_VERSION "2.5")
set (MQTT5_MIN_COMMSDSL_VERSION "6.2.1")
set (MQTT5_MIN_COMMSDSL_VERSION "6.2.4")

set (EXTERNALS_DIR "${PROJECT_SOURCE_DIR}/externals")

Expand Down

0 comments on commit 36b7fb1

Please sign in to comment.