File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ if(SEAL_USE_INTEL_HEXL)
223
223
message (STATUS "Intel HEXL: download ..." )
224
224
seal_fetch_thirdparty_content(ExternalIntelHEXL)
225
225
else ()
226
- find_package (HEXL 1.2.0 )
226
+ find_package (HEXL 1.2.1 )
227
227
if (NOT TARGET HEXL::hexl)
228
228
message (FATAL_ERROR "Intel HEXL: not found" )
229
229
endif ()
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The optional dependencies and their tested versions (other versions may work as
116
116
117
117
| Optional dependency | Tested version | Use |
118
118
| ------------------------------------------------------ | -------------- | ------------------------------------------------ |
119
- | [ Intel HEXL] ( https://github.com/intel/hexl ) | 1.2.0 | Acceleration of low-level kernels |
119
+ | [ Intel HEXL] ( https://github.com/intel/hexl ) | 1.2.1 | Acceleration of low-level kernels |
120
120
| [ Microsoft GSL] ( https://github.com/microsoft/GSL ) | 3.1.0 | API extensions |
121
121
| [ ZLIB] ( https://github.com/madler/zlib ) | 1.2.11 | Compressed serialization |
122
122
| [ Zstandard] ( https://github.com/facebook/zstd ) | 1.4.5 | Compressed serialization (much faster than ZLIB) |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FetchContent_Declare(
5
5
hexl
6
6
PREFIX hexl
7
7
GIT_REPOSITORY https://github.com/intel/hexl
8
- GIT_TAG 25fd8a9 # 1.2.0
8
+ GIT_TAG df6c26f # 1.2.1
9
9
)
10
10
FetchContent_GetProperties(hexl)
11
11
You can’t perform that action at this time.
0 commit comments