Pārlūkot izejas kodu

upm: depend on libmaa 0.3.1

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Thomas Ingleby 10 gadus atpakaļ
vecāks
revīzija
739d4e23e8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Parādīt failu

@@ -9,7 +9,7 @@ endif ()
9 9
 find_package (Threads REQUIRED)
10 10
 find_package (PkgConfig REQUIRED)
11 11
 # force the libmaa version to be the required version
12
-pkg_check_modules (MAA REQUIRED maa>=0.2.9)
12
+pkg_check_modules (MAA REQUIRED maa>=0.3.1)
13 13
 message (INFO " found libmaa version: ${MAA_VERSION}")
14 14
 
15 15
 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.