diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/seal/fix-hexl.patch | |
Diffstat (limited to 'vcpkg/ports/seal/fix-hexl.patch')
| -rw-r--r-- | vcpkg/ports/seal/fix-hexl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/seal/fix-hexl.patch b/vcpkg/ports/seal/fix-hexl.patch new file mode 100644 index 0000000..ddc797d --- /dev/null +++ b/vcpkg/ports/seal/fix-hexl.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index edf69a3..e64672e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -223,7 +223,7 @@ if(SEAL_USE_INTEL_HEXL) + message(STATUS "Intel HEXL: download ...") + seal_fetch_thirdparty_content(ExternalIntelHEXL) + else() +- find_package(HEXL 1.2.4) ++ find_package(HEXL CONFIG REQUIRED) + if (NOT TARGET HEXL::hexl) + message(FATAL_ERROR "Intel HEXL: not found") + endif() |