Branch: refs/heads/master Home: https://github.com/OpenAMP/open-amp Commit: 98b3874fb227dce6f1f5bb38f535eae92db5737c https://github.com/OpenAMP/open-amp/commit/98b3874fb227dce6f1f5bb38f535eae92... Author: Arnaud Pouliquen arnaud.pouliquen@st.com Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths: M cmake/modules/FindLibmetal.cmake
Log Message: ----------- 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
openamp-rp@lists.openampproject.org