Browse Source

Check UfoDecode version

Suren A. Chilingaryan 11 years ago
parent
commit
960499cfdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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)