diff options
author | matthias <matthias@ipecaselle1> | 2011-03-11 12:11:01 +0100 |
---|---|---|
committer | matthias <matthias@ipecaselle1> | 2011-03-11 12:11:01 +0100 |
commit | 84e4d27026c4904fc980dda31783acd6a25606f5 (patch) | |
tree | 213b4ecdebed419d1d2afa4970c75ec857c6c19e /cmake | |
parent | 9088b328b51e685d424fd21817e8aab456d6ab24 (diff) | |
download | uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.gz uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.bz2 uca-84e4d27026c4904fc980dda31783acd6a25606f5.tar.xz uca-84e4d27026c4904fc980dda31783acd6a25606f5.zip |
Use correct library
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindIPE.cmake | 2 |
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) |