File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
*| This source code is provided under the Apache 2.0 license
3
3
*| and is provided AS IS with no warranty or guarantee of fit for purpose.
4
4
*| See the project's LICENSE.md for details.
5
- *| Copyright (C) 2019-2023 LSEG. All rights reserved.
5
+ *| Copyright (C) 2019-2024 LSEG. All rights reserved.
6
6
#]=============================================================================]
7
7
8
8
include (rcdevExternalUtils)
9
9
10
10
if (NOT rtsdk-binarypack_url)
11
- set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.2.0 .L1/RTSDK-BinaryPack-2.2.0 .L1.tar.xz" )
11
+ set (rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.2.1 .L1-CppC /RTSDK-BinaryPack-2.2.1 .L1.tar.xz" )
12
12
endif ()
13
13
if (NOT rtsdk-binarypack_hash)
14
14
# .xz MD5 hash
15
15
# .tar.xz
16
- set (rtsdk-binarypack_hash "MD5=e1af98804e249f8bf601203701b917b8 " )
16
+ set (rtsdk-binarypack_hash "MD5=6d21b2288aba253900c0d3180d9deaa8 " )
17
17
endif ()
18
18
if (NOT rtsdk-binarypack_version)
19
- set (rtsdk-binarypack_version "2.2.0 .0" )
19
+ set (rtsdk-binarypack_version "2.2.1 .0" )
20
20
endif ()
21
21
22
22
# If the option for using the system installed
You can’t perform that action at this time.
0 commit comments