From d6d430491cc7f81945e4061d3ae3bbe67593c0a7 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 26 Jun 2015 09:36:03 +0200 Subject: Fix #71: remove pco, pf and ufo plugins --- cmake/FindIPE.cmake | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 cmake/FindIPE.cmake (limited to 'cmake/FindIPE.cmake') diff --git a/cmake/FindIPE.cmake b/cmake/FindIPE.cmake deleted file mode 100644 index 11e8d90..0000000 --- a/cmake/FindIPE.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# Try to find user-space driver for the IPE camera -# -# Defines -# -# IPE_FOUND - system has libpcidriver -# IPE_INCLUDE_DIRS - libpci include directory -# IPE_LIBRARIES - pci library - -find_package(PackageHandleStandardArgs) - -find_path(IPE_INCLUDE_DIRS pcilib.h) -find_library(IPE_LIBRARIES pcilib) - -find_package_handle_standard_args(IPE DEFAULT_MSG IPE_LIBRARIES IPE_INCLUDE_DIRS) - -mark_as_advanced( - IPE_INCLUDE_DIRS - IPE_LIBRARIES -) -- cgit v1.2.3