Skip to content

Commit 89edcf1

Browse files
committed
Update to HEXL v1.2.1
1 parent 2da99de commit 89edcf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ if(SEAL_USE_INTEL_HEXL)
223223
message(STATUS "Intel HEXL: download ...")
224224
seal_fetch_thirdparty_content(ExternalIntelHEXL)
225225
else()
226-
find_package(HEXL 1.2.0)
226+
find_package(HEXL 1.2.1)
227227
if (NOT TARGET HEXL::hexl)
228228
message(FATAL_ERROR "Intel HEXL: not found")
229229
endif()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The optional dependencies and their tested versions (other versions may work as
116116

117117
| Optional dependency | Tested version | Use |
118118
| ------------------------------------------------------ | -------------- | ------------------------------------------------ |
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 |
120120
| [Microsoft GSL](https://github.com/microsoft/GSL) | 3.1.0 | API extensions |
121121
| [ZLIB](https://github.com/madler/zlib) | 1.2.11 | Compressed serialization |
122122
| [Zstandard](https://github.com/facebook/zstd) | 1.4.5 | Compressed serialization (much faster than ZLIB) |

cmake/ExternalIntelHEXL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FetchContent_Declare(
55
hexl
66
PREFIX hexl
77
GIT_REPOSITORY https://github.com/intel/hexl
8-
GIT_TAG 25fd8a9 # 1.2.0
8+
GIT_TAG df6c26f # 1.2.1
99
)
1010
FetchContent_GetProperties(hexl)
1111

0 commit comments

Comments
 (0)