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 ad80d17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions cmake/modules/Findpciaccess.cmake

This file was deleted.

2 changes: 0 additions & 2 deletions src/os/CMakeLists.txt
Expand Up @@ -72,11 +72,9 @@ if(WITH_SPDK)
target_link_libraries(os
${SPDK_LIBRARIES}
${DPDK_LIBRARIES}
${PCIACCESS_LIBRARIES})
target_include_directories(os
PRIVATE
${DPDK_INCLUDE_DIR}
${PCIACCESS_INCLUDE_DIR})
endif(WITH_SPDK)

if(WITH_LTTNG)
Expand Down

0 comments on commit ad80d17

Please sign in to comment.