summaryrefslogtreecommitdiffstats
path: root/cmake/FindPylon.cmake
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-20 08:34:49 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-20 08:34:49 +0200
commite6a6eb9aede59a1f7441b926b36afefd9c42b91d (patch)
tree3d85de0bef1d5a58927b1b1db1a1e3719c872a55 /cmake/FindPylon.cmake
parentbf641d06c522b86213b28640e85dc6e483a70cbd (diff)
parent539b6cebd615d71b377941e250117ebb99e49c27 (diff)
downloadlibuca-e6a6eb9aede59a1f7441b926b36afefd9c42b91d.tar.gz
libuca-e6a6eb9aede59a1f7441b926b36afefd9c42b91d.tar.bz2
libuca-e6a6eb9aede59a1f7441b926b36afefd9c42b91d.tar.xz
libuca-e6a6eb9aede59a1f7441b926b36afefd9c42b91d.zip
Merge branch 'master' of ufo.kit.edu:libuca
Diffstat (limited to 'cmake/FindPylon.cmake')
-rw-r--r--cmake/FindPylon.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/FindPylon.cmake b/cmake/FindPylon.cmake
index 01cee02..a77e613 100644
--- a/cmake/FindPylon.cmake
+++ b/cmake/FindPylon.cmake
@@ -13,8 +13,6 @@ find_package(PkgConfig)
find_package(PackageHandleStandardArgs)
if (NOT "$ENV{PYLON_ROOT}" STREQUAL "")
- message("PYLON_ROOT=$ENV{PYLON_ROOT}")
-
find_library(YAT_LIB yat ${YAT_LIBRARY_DIRS})
pkg_check_modules(LIBPYLONCAM pyloncam>=0.1)
@@ -34,7 +32,4 @@ if (NOT "$ENV{PYLON_ROOT}" STREQUAL "")
LIBPYLONCAM_INCLUDEDIR
LIBPYLONCAM_LIBRARIES
LIBPYLONCAM_LIBDIR)
-
-else()
- message("Environment variable PYLON_ROOT not found! => unable to build pylon camera support")
endif()