Skip to content

Commit e391bb3

Browse files
committed
local commit
1 parent f362770 commit e391bb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cmake/Finddpdk.cmake

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ if (dpdk_FOUND AND NOT (TARGET dpdk))
174174

175175
add_library (dpdk OBJECT IMPORTED)
176176
add_dependencies (dpdk dpdk_object)
177+
message (WARNING "QQQ1 ${dpdk_INCLUDE_DIR}")
178+
message (WARNING "QQQ2 ${dpdk_dependencies}")
179+
message (WARNING "QQQ3 ${dpdk_object_path}")
180+
message (WARNING "QQQ4 ${compile_options}")
177181
set_target_properties (dpdk
178182
PROPERTIES
179183
INTERFACE_INCLUDE_DIRECTORIES ${dpdk_INCLUDE_DIR}

0 commit comments

Comments
 (0)