summaryrefslogtreecommitdiffstats
path: root/cmake/FindPylon.cmake
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-19 14:02:29 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-09-19 14:02:29 +0200
commit10d4f336618cc753382efaaa95e69736cc2b7773 (patch)
treeb6fde855921076eb57fc1d5a2a05586a5efb033a /cmake/FindPylon.cmake
parent7b4979cffd2041e51cb623a5fb7644fb1f859eee (diff)
downloaduca-10d4f336618cc753382efaaa95e69736cc2b7773.tar.gz
uca-10d4f336618cc753382efaaa95e69736cc2b7773.tar.bz2
uca-10d4f336618cc753382efaaa95e69736cc2b7773.tar.xz
uca-10d4f336618cc753382efaaa95e69736cc2b7773.zip
Bump to release version 1.0
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()