Skip to content

Commit 7ac68db

Browse files
committed
Require v7.0.3 of the commsdsl.
1 parent c5377bc commit 7ac68db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
1111
COMMS_TAG: v5.3
12-
COMMSDSL_TAG: v7.0.2
13-
CC_TOOLS_QT_TAG: v6.0
12+
COMMSDSL_TAG: v7.0.3
13+
CC_TOOLS_QT_TAG: v6.0.1
1414
WIN_BOOST_VERSION: "1.87.0"
1515
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1616

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ option (DEMO1_BUILD_EXAMPLES "Build examples." ON)
3434
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
3535

3636
set (DEMO1_VERSION "3.0.2")
37-
set (DEMO1_MIN_COMMSDSL_VERSION "7.0.2")
37+
set (DEMO1_MIN_COMMSDSL_VERSION "7.0.3")
3838

3939
if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND
4040
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))

0 commit comments

Comments
 (0)