File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
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
14
14
WIN_BOOST_VERSION : " 1.87.0"
15
15
WIN_BOOST_DIR : " C:/local/boost_1_87_0"
16
16
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ option (DEMO1_BUILD_EXAMPLES "Build examples." ON)
33
33
# COMMSDSL2SWIG_EXTRA_ARGS - Extra arguments to pass to "commsdsl2swig"
34
34
# COMMSDSL2EMSCRIPTEN_EXTRA_ARGS - Extra arguments to pass to "commsdsl2emscripten"
35
35
36
- set (DEMO1_VERSION "3.0.1 " )
37
- set (DEMO1_MIN_COMMSDSL_VERSION "7.0.2 " )
36
+ set (DEMO1_VERSION "3.0.2 " )
37
+ set (DEMO1_MIN_COMMSDSL_VERSION "7.0.3 " )
38
38
39
39
if (("${CMAKE_VERSION} " VERSION_GREATER_EQUAL "3.30" ) AND
40
40
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167 ))
You can’t perform that action at this time.
0 commit comments