You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Fix cmake variable naming clash in DPDK compile options
compile_options variable is used in FindSanitizers.cmake as well. So if
compile_options is not set in Finddpdk.cmake, then it make get value
from FindSanitizers.cmake and break the build.
0 commit comments