Merge pull request #22547 from tchaikov/wip-spdk

spdk: update to latest spdk-18.05 branch

Tested-by: Zheng Yan <zyan@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
This commit is contained in:
Kefu Chai 2018-06-14 23:23:01 +08:00 committed by GitHub
commit ae5fde0240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -30,10 +30,10 @@ macro(build_spdk)
endforeach()
set_target_properties(spdk::env_dpdk PROPERTIES
INTERFACE_LINK_LIBRARIES "${DPDK_LIBRARIES};rt")
if(LINUX)
set_target_properties(spdk::lvol PROPERTIES
INTERFACE_LINK_LIBRARIES ${UUID_LIBRARIES})
endif()
set_target_properties(spdk::lvol PROPERTIES
INTERFACE_LINK_LIBRARIES spdk::util)
set_target_properties(spdk::util PROPERTIES
INTERFACE_LINK_LIBRARIES ${UUID_LIBRARIES})
set(SPDK_INCLUDE_DIR "${source_dir}/include")
unset(source_dir)
endmacro()

@ -1 +1 @@
Subproject commit dc82989dd2747db0384cafb3b310f2e8792d5c24
Subproject commit 7d45ab345d7293c6679bedd89d5dc16310026ba9