mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
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:
commit
ae5fde0240
@ -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()
|
||||
|
2
src/spdk
2
src/spdk
@ -1 +1 @@
|
||||
Subproject commit dc82989dd2747db0384cafb3b310f2e8792d5c24
|
||||
Subproject commit 7d45ab345d7293c6679bedd89d5dc16310026ba9
|
Loading…
Reference in New Issue
Block a user