From 9136bc7ed3e057290bfd7d8a8beae424f1079182 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Wed, 19 Mar 2014 15:19:27 +0100 Subject: Improve lookup of libdexela headers --- cmake/FindDEXELA.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/FindDEXELA.cmake b/cmake/FindDEXELA.cmake index 1fef7af..a68bf6c 100644 --- a/cmake/FindDEXELA.cmake +++ b/cmake/FindDEXELA.cmake @@ -8,7 +8,7 @@ find_package(PackageHandleStandardArgs) -find_path(DEXELA_INCLUDE_DIRS dexela_api.h PATHS /usr/include) +find_path(DEXELA_INCLUDE_DIRS dexela_api.h PATHS /usr/include /usr/include/dexela) find_library(DEXELA_LIBRARIES dexela) find_package_handle_standard_args(DEXELA DEFAULT_MSG DEXELA_LIBRARIES DEXELA_INCLUDE_DIRS) -- cgit v1.2.3 From 0e4338b82c6995f4b8647ec668a752b69085c052 Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Wed, 9 Apr 2014 12:09:54 +0200 Subject: Make pylon plugin compatible with current libuca --- cmake/FindPylon.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cmake') diff --git a/cmake/FindPylon.cmake b/cmake/FindPylon.cmake index d3f8879..e096bb4 100644 --- a/cmake/FindPylon.cmake +++ b/cmake/FindPylon.cmake @@ -1,11 +1,11 @@ -# Try to find libpco.so +# Try to find libpylon.so # # Defines # -# PYLON_FOUND - system has libpco -# PYLON_INCLUDE_DIR - libpco include directory -# PYLON_LIB - pco library +# PYLON_FOUND - system has libpylon +# PYLON_INCLUDE_DIR - libpylon include directory +# PYLON_LIB - pylon library # check for environment variable PYLON_ROOT find_package(YAT) -- cgit v1.2.3