4 Commits
Author SHA1 Message Date
Arnaud Pouliquen 98b3874fb2 cmake: fix LIBMETAL naming warning
Fix warnings spotted by cmake:

The package name passed to `find_package_handle_standard_args`(LIBMETAL) does
not match the name of the calling package(Libmetal). This can lead to problems
in calling code that expects `find_package` result variables (e.g., `_FOUND`)
to follow a certain pattern.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
2020-07-27 10:10:24 +02:00
Sam Sortais 0bbb2ba45b fix typo in setting variable
Signed-off-by: Sam Sortais <sam.sortais@xilinx.com>
2017-06-14 22:12:07 -07:00
Wendy Liang 5614da20ce Update CMake files to compile OpenAMP for Linux
This patch is to enable to build OpenAMP for Linux
userspace.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
2016-10-12 22:01:48 -07:00
Wendy Liang a81edb833c Add CMake module for look for libmetal
Add a CMake module to look for the libmetal library
and header files.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
2016-10-12 22:01:41 -07:00