AES flag should be not required with add_directory(cryptopp)
This commit is contained in:
parent
b82d6c640e
commit
024e555f19
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ else (WIN32)
|
|||
IF (CMAKE_SYSTEM_PROCESSOR MATCHES "^(i.86|x86(_64)?)$")
|
||||
set (PLATFORM_COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS} -msse4")
|
||||
set (BLAKE2_IMPLEMENTATION "blake2/blake2b.c")
|
||||
if (ENABLE_AES)
|
||||
set (PLATFORM_COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS} -maes")
|
||||
endif()
|
||||
if (ENABLE_AVX2)
|
||||
set (PLATFORM_COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS} -mavx2")
|
||||
if (PERMUTE_WITH_GATHER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue