From 84e4d27026c4904fc980dda31783acd6a25606f5 Mon Sep 17 00:00:00 2001 From: matthias Date: Fri, 11 Mar 2011 12:11:01 +0100 Subject: Use correct library --- cmake/FindIPE.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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) -- cgit v1.2.3