summaryrefslogtreecommitdiffstats
path: root/cmake/FindIPE.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindIPE.cmake')
-rw-r--r--cmake/FindIPE.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindIPE.cmake b/cmake/FindIPE.cmake
index 3667235..11e8d90 100644
--- a/cmake/FindIPE.cmake
+++ b/cmake/FindIPE.cmake
@@ -9,7 +9,7 @@
find_package(PackageHandleStandardArgs)
find_path(IPE_INCLUDE_DIRS pcilib.h)
-find_library(IPE_LIBRARIES pcidriver)
+find_library(IPE_LIBRARIES pcilib)
find_package_handle_standard_args(IPE DEFAULT_MSG IPE_LIBRARIES IPE_INCLUDE_DIRS)