-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IPP-Crypto compile error after applying patch (#144)
* Major updates - Removed ```-Wno-stringop-overflow``` when using Clang (unsupported in LLVM) - Added ```-Wno-error=deprecated-copy``` flag when compiling with clang>=11 - Added Intel Compiler error when using version greater than 2021.3 - Moved patch file under dedicated folder ```cmake/patch``` * Minor updates - Replaced bool with Ipp8u* in keygen to avoid warning - Updated gtest version to ```release-1.12.1```
- Loading branch information
Sejun Kim
authored
Oct 29, 2022
1 parent
6c5cb44
commit aac0eb4
Showing
8 changed files
with
142 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.