[med-svn] [SCM] mia branch, master, updated. upstream/2.0.7-35-gd376865

Gert Wollny gw.fossdev at gmail.com
Mon Dec 17 13:52:26 UTC 2012


The following commit has been merged in the master branch:
commit 63b761cdd732c43029e0620db26c7d726d38774a
Author: Gert Wollny <gw.fossdev at gmail.com>
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



More information about the debian-med-commit mailing list