From 7d449845499f64232c6870085e96e4fd7493e752 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Sun, 26 Apr 2026 18:30:40 +0900 Subject: [PATCH] fix: remove version restriction for hexl --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ffed12e..b49ca97f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,7 +258,7 @@ if(SEAL_USE_INTEL_HEXL) message(STATUS "Intel HEXL: download ...") seal_fetch_thirdparty_content(ExternalIntelHEXL) else() - find_package(HEXL 1) + find_package(HEXL) if(NOT TARGET HEXL::hexl) message(FATAL_ERROR "Intel HEXL: not found") endif()