mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 11:51:10 +03:00
upm: move to maa 0.2.1 C api
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -5,8 +5,8 @@ set (SWIG_EXECUTABLE /usr/bin/swig)
|
||||
find_package (SWIG REQUIRED)
|
||||
include (${SWIG_USE_FILE})
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(MAA maa>=0.1.1)
|
||||
find_package (PkgConfig REQUIRED)
|
||||
pkg_check_modules (MAA maa>=0.2.1)
|
||||
|
||||
set (CMAKE_SWIG_FLAGS "")
|
||||
|
||||
|
Reference in New Issue
Block a user