summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias@ipepdvpc2>2011-03-07 09:01:43 +0100
committerMatthias Vogelgesang <matthias@ipepdvpc2>2011-03-07 09:01:43 +0100
commitf40cd7548c41c50eb94d7dc7f5b674d5133f6b01 (patch)
tree8254d36fff60d225bf570286e3e19560681ec330 /cmake
parentad1d96f2d0771d8657da40c80eea8703111a9e80 (diff)
downloaduca-f40cd7548c41c50eb94d7dc7f5b674d5133f6b01.tar.gz
uca-f40cd7548c41c50eb94d7dc7f5b674d5133f6b01.tar.bz2
uca-f40cd7548c41c50eb94d7dc7f5b674d5133f6b01.tar.xz
uca-f40cd7548c41c50eb94d7dc7f5b674d5133f6b01.zip
Fix libpf not found
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPF.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindPF.cmake b/cmake/FindPF.cmake
index 0e3a120..6d2be57 100644
--- a/cmake/FindPF.cmake
+++ b/cmake/FindPF.cmake
@@ -13,10 +13,10 @@ find_library(PF_LIBRARY_COMDLL NAMES comdll)
find_library(PF_LIBRARY_MV2 NAMES mv2_d1280_640)
find_library(PF_LIBRARY_PFCAM NAMES pfcam)
-find_package_handle_standard_args(PF DEFAULT_MSG PF_LIBRARIES PF_INCLUDE_DIRS)
-
set(PF_LIBRARIES ${PF_LIBRARY_MV2} ${PF_LIBRARY_PFCAM} ${PF_LIBRARY_COMDLL})
+find_package_handle_standard_args(PF DEFAULT_MSG PF_LIBRARIES PF_INCLUDE_DIRS)
+
mark_as_advanced(
PF_INCLUDE_DIRS
PF_LIBRARIES