Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6fec8ea
)
Remove target option when IPSecMB disabled
75/19275/2
author
Nathan Skrzypczak
<
[email protected]
>
Tue, 30 Apr 2019 16:22:16 +0000
(18:22 +0200)
committer
Damjan Marion
<
[email protected]
>
Mon, 6 May 2019 16:35:02 +0000
(16:35 +0000)
Change-Id: I2313932bdc41a4702585aa338f22df3f6e4e23d7
Signed-off-by: Nathan Skrzypczak <
[email protected]
>
src/plugins/crypto_ipsecmb/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/plugins/crypto_ipsecmb/CMakeLists.txt
b/src/plugins/crypto_ipsecmb/CMakeLists.txt
index
0d08032
..
86e33a2
100644
(file)
--- a/
src/plugins/crypto_ipsecmb/CMakeLists.txt
+++ b/
src/plugins/crypto_ipsecmb/CMakeLists.txt
@@
-33,9
+33,8
@@
if(IPSECMB_INCLUDE_DIR AND IPSECMB_LIB)
${IPSECMB_LINK_FLAGS}
)
+ target_compile_options(crypto_ipsecmb_plugin PRIVATE "-march=silvermont")
message(STATUS "Intel IPSecMB found: ${IPSECMB_INCLUDE_DIR}")
else()
message(STATUS "Intel IPSecMB not found")
endif()
-
-target_compile_options(crypto_ipsecmb_plugin PRIVATE "-march=silvermont")