Skip to content

Commit

Permalink
cmake,modules: remove Findpciaccess.cmake
Browse files Browse the repository at this point in the history
Now SPDK uses the DPDK's library for PCI device
enumeration, we can remove this dependency

Signed-off-by: optimistyzy <optimistyzy@gmail.com>
  • Loading branch information
optimistyzy committed Jan 4, 2017
1 parent 988aea4 commit 7808e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
15 changes: 0 additions & 15 deletions cmake/modules/Findpciaccess.cmake

This file was deleted.

6 changes: 2 additions & 4 deletions src/os/CMakeLists.txt
Expand Up @@ -71,12 +71,10 @@ endif()
if(WITH_SPDK)
target_link_libraries(os
${SPDK_LIBRARIES}
${DPDK_LIBRARIES}
${PCIACCESS_LIBRARIES})
${DPDK_LIBRARIES})
target_include_directories(os
PRIVATE
${DPDK_INCLUDE_DIR}
${PCIACCESS_INCLUDE_DIR})
${DPDK_INCLUDE_DIR})
endif(WITH_SPDK)

if(WITH_LTTNG)
Expand Down

0 comments on commit 7808e01

Please sign in to comment.