summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2014-04-09 15:19:48 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2014-04-09 15:19:48 +0200
commitbb8d8f137197857e0e497d5c0b446c1b5f1b7a3e (patch)
treee02cd3ec095f606f85eb0fff71ab5b1eed19f50e /cmake
parent6ea92130f1c791007b417e41b39e21f07d644a3c (diff)
parent10c2e35112d43c06fc715014b33094761f01c992 (diff)
downloaduca-bb8d8f137197857e0e497d5c0b446c1b5f1b7a3e.tar.gz
uca-bb8d8f137197857e0e497d5c0b446c1b5f1b7a3e.tar.bz2
uca-bb8d8f137197857e0e497d5c0b446c1b5f1b7a3e.tar.xz
uca-bb8d8f137197857e0e497d5c0b446c1b5f1b7a3e.zip
Merge pull request #35 from miq/anka_plugin_updates
Anka plugin updates
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindDEXELA.cmake2
-rw-r--r--cmake/FindPylon.cmake8
2 files changed, 5 insertions, 5 deletions
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)
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)