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 d020860 commit d056b5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -32,7 +32,7 @@ option (DEMO3_BUILD_EXAMPLES "Build examples." ON)
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"

set (DEMO3_VERSION "2.5")
set (DEMO3_MIN_COMMSDSL_VERSION "6.2.1")
set (DEMO3_MIN_COMMSDSL_VERSION "6.2.4")

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

Expand Down
2 changes: 1 addition & 1 deletion script/appveyor_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ IF "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (
set TOOLCHAIN=msvc17
set QT_SUBDIR=msvc2019
set QT_VER=5.15.2
set BOOST_VER=1_77_0
set BOOST_VER=1_83_0
IF "%PLATFORM%"=="x86" (
echo Performing x86 build in VS2022
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
Expand Down

0 comments on commit d056b5d

Please sign in to comment.