mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
mraa: Updated mraa dependecy to 1.1.1
There were api changes for iio kernel support on mraa which cascade to UPM - setting the minimum version of mraa required. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
e1df8b5bf6
commit
dec9b2096e
@ -10,7 +10,7 @@ find_package (PkgConfig REQUIRED)
|
|||||||
|
|
||||||
# Force a libmraa search and minimum required version every time a config is generated
|
# Force a libmraa search and minimum required version every time a config is generated
|
||||||
unset(MRAA_FOUND CACHE)
|
unset(MRAA_FOUND CACHE)
|
||||||
pkg_check_modules (MRAA REQUIRED mraa>=1.0.0)
|
pkg_check_modules (MRAA REQUIRED mraa>=1.1.1)
|
||||||
message (INFO " found mraa version: ${MRAA_VERSION}")
|
message (INFO " found mraa version: ${MRAA_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