aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/seal/fix-hexl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/seal/fix-hexl.patch')
-rw-r--r--vcpkg/ports/seal/fix-hexl.patch13
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()