net/mlx5: fix crash on secondary process port close
[dpdk.git] / examples / l2fwd-cat / meson.build
index 2bed18e..60169bc 100644 (file)
@@ -8,6 +8,10 @@
 
 pqos = cc.find_library('pqos', required: false)
 build = pqos.found()
+if not build
+       subdir_done()
+endif
+
 ext_deps += pqos
 allow_experimental_apis = true
 cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local