From 960499cfdb1bf7544e6de1e81f3f5782b3d9b987 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 24 Jul 2012 23:40:24 +0200 Subject: Check UfoDecode version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97a49ab..54a7120 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ find_package(PkgConfig REQUIRED) find_package(Threads REQUIRED) #Check in sibling directory -pkg_check_modules(UFODECODE ufodecode REQUIRED) +pkg_check_modules(UFODECODE ufodecode>=0.2 REQUIRED) if (NOT DISABLE_PCITOOL) pkg_check_modules(FASTWRITER fastwriter REQUIRED) -- cgit v1.2.3