From 10d4f336618cc753382efaaa95e69736cc2b7773 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 19 Sep 2012 14:02:29 +0200 Subject: Bump to release version 1.0 --- cmake/FindPylon.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmake/FindPylon.cmake') 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() -- cgit v1.2.3