X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcrypto_ipsecmb%2FCMakeLists.txt;h=59bfe24e990402a212cfaef457414abd3f977832;hb=561be280feb6a10834bf50e0813cc0ad3c635067;hp=86e33a2ca042a4380dce452ab9eaea8dedc87734;hpb=243e1933bbecce0a251a5ff71c12dced9e30823f;p=vpp.git diff --git a/src/plugins/crypto_ipsecmb/CMakeLists.txt b/src/plugins/crypto_ipsecmb/CMakeLists.txt index 86e33a2ca04..59bfe24e990 100644 --- a/src/plugins/crypto_ipsecmb/CMakeLists.txt +++ b/src/plugins/crypto_ipsecmb/CMakeLists.txt @@ -33,7 +33,7 @@ if(IPSECMB_INCLUDE_DIR AND IPSECMB_LIB) ${IPSECMB_LINK_FLAGS} ) - target_compile_options(crypto_ipsecmb_plugin PRIVATE "-march=silvermont") + target_compile_options(crypto_ipsecmb_plugin PRIVATE "-march=silvermont" "-maes") message(STATUS "Intel IPSecMB found: ${IPSECMB_INCLUDE_DIR}") else() message(STATUS "Intel IPSecMB not found")