Skip to content

Commit

Permalink
Merge pull request #322 from g2flyer/hexl-install-fix
Browse files Browse the repository at this point in the history
fix of hexl install bug
  • Loading branch information
Wei Dai committed May 4, 2021
2 parents f70b4dc + e22b3a4 commit 0b058d9
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 @@ -585,7 +585,7 @@ endif()
# Install Intel HEXL header files if SEAL_BUILD_DEPS is ON
if(SEAL_USE_INTEL_HEXL AND SEAL_BUILD_DEPS)
install(
DIRECTORY ${hexl_SOURCE_DIR}/hexl/include/intel-hexl
DIRECTORY ${hexl_SOURCE_DIR}/hexl/include/hexl
DESTINATION ${SEAL_INCLUDES_INSTALL_DIR})
endif()

Expand Down

0 comments on commit 0b058d9

Please sign in to comment.