The following commit has been merged in the master branch:
commit 63b761cdd732c43029e0620db26c7d726d38774a
Author: Gert Wollny <[email protected]>
Date:   Mon Dec 17 14:12:26 2012 +0100

    update CMakeLists.txt for correct version handling

diff --git a/addons/vistaio/CMakeLists.txt b/addons/vistaio/CMakeLists.txt
index 62867c1..aaf7930 100644
--- a/addons/vistaio/CMakeLists.txt
+++ b/addons/vistaio/CMakeLists.txt
@@ -22,7 +22,7 @@ OPTION(VISTAIO_SYSTEM "use system version of libvistaio" TRUE)
 
 IF(VISTAIO_SYSTEM)
   if (STRICT_DEPENDECIES)
-    pkg_check_modules(VISTAIO REQUIRED libvistaio >= 1.2.14)
+    pkg_check_modules(VISTAIO REQUIRED libvistaio>=1.2.14)
   else (STRICT_DEPENDECIES)
     pkg_check_modules(VISTAIO libvistaio)
   endif (STRICT_DEPENDECIES)

-- 
Packaging of mia in Debian

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to