mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
CMakeLists.txt: depend on maa 0.2.9+
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
b4f25c84a5
commit
8d8485be82
@ -9,7 +9,7 @@ endif ()
|
|||||||
find_package (Threads REQUIRED)
|
find_package (Threads REQUIRED)
|
||||||
find_package (PkgConfig REQUIRED)
|
find_package (PkgConfig REQUIRED)
|
||||||
# force the libmaa version to be the required version
|
# force the libmaa version to be the required version
|
||||||
pkg_check_modules (MAA REQUIRED maa>=0.2.6)
|
pkg_check_modules (MAA REQUIRED maa>=0.2.9)
|
||||||
message (INFO " found libmaa version: ${MAA_VERSION}")
|
message (INFO " found libmaa version: ${MAA_VERSION}")
|
||||||
|
|
||||||
# Appends the cmake/modules path to MAKE_MODULE_PATH variable.
|
# Appends the cmake/modules path to MAKE_MODULE_PATH variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user