mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:29:09 +08:00
35cff4f5b0
* [seal] update to <4.0.0> * update version * fix find_package * update version * add license * update version
14 lines
472 B
Diff
14 lines
472 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9fa65cb..c3651c6 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.3)
|
|
+ find_package(HEXL CONFIG REQUIRED)
|
|
if (NOT TARGET HEXL::hexl)
|
|
message(FATAL_ERROR "Intel HEXL: not found")
|
|
endif()
|