aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-05-14 09:36:48 +0000
committerJohn Levon <john.levon@nutanix.com>2021-05-14 09:36:48 +0000
commit4929d0a29187d4c71e9034da692b5335c57cc91d (patch)
treeb8b6dc50ed36a64c4dc5b043d821f1925673e00d /CMakeLists.txt
parent250aedb026ba557fc4fae6ff301b3b1dfd953c7e (diff)
downloadlibvfio-user-4929d0a29187d4c71e9034da692b5335c57cc91d.zip
libvfio-user-4929d0a29187d4c71e9034da692b5335c57cc91d.tar.gz
libvfio-user-4929d0a29187d4c71e9034da692b5335c57cc91d.tar.bz2
Revert "Merge pull request #493 from swapnili/use-linux-vfio-header"
This reverts commit 250aedb026ba557fc4fae6ff301b3b1dfd953c7e, reversing changes made to 71f8b30557d3635336aec06c084188370ed5e248.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 768d1a6..8715625 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,6 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(JSON REQUIRED json-c)
include_directories(${CMAKE_SOURCE_DIR}/include)
-include_directories(${CMAKE_SOURCE_DIR}/linux-headers/)
include_directories(${CMAKE_SOURCE_DIR}/lib)
include_directories(${JSON_INCLUDE_DIRS})