Skip to content

Commit

Permalink
Renamed HEXL to hexl in pkgconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Sep 17, 2021
1 parent a7d2a76 commit 2d2a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ if(UNIX OR APPLE)
set(SEAL_PKGCONFIG_ZSTD_REQUIRES_STRING "libzstd >= ${zstd_VERSION_MAJOR}")
endif()
if(SEAL_USE_INTEL_HEXL)
set(SEAL_PKGCONFIG_INTEL_HEXL_REQUIRES_STRING "HEXL >= ${HEXL_VERSION_MAJOR}")
set(SEAL_PKGCONFIG_INTEL_HEXL_REQUIRES_STRING "hexl >= ${HEXL_VERSION_MAJOR}")
message(STATUS "Intel HEXL does not have a pkg-config file")
endif()
endif()
Expand Down

0 comments on commit 2d2a25c

Please sign in to comment.