summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS4
-rw-r--r--cmake/FindPylon.cmake5
-rw-r--r--test/CMakeLists.txt2
4 files changed, 4 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ade68ad..48592fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
project(uca C)
set(TARNAME "libuca")
-set(UCA_VERSION_MAJOR "0")
-set(UCA_VERSION_MINOR "6")
+set(UCA_VERSION_MAJOR "1")
+set(UCA_VERSION_MINOR "0")
set(UCA_VERSION_PATCH "0")
set(UCA_DESCRIPTION "Unified Camera Access")
diff --git a/NEWS b/NEWS
index c503b1c..4f3c174 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-Changes in libuca 0.6.0
-=======================
+Changes in libuca 1.0 aka 0.6
+=============================
GObject Type System
-------------------
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()
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 2b46cbf..ce45d71 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -23,8 +23,6 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../src
)
-message("${CMAKE_CURRENT_SOURCE_DIR}")
-
if (HAVE_PYLON_CAMERA)
set(GENICAM_ROOT $ENV{PYLON_ROOT}/genicam)
# check for 32/64 bit