Branch: refs/heads/master Home: https://github.com/OpenAMP/libmetal Commit: f3cf921f0a1f641357edc2ef38f053b1c431de45 https://github.com/OpenAMP/libmetal/commit/f3cf921f0a1f641357edc2ef38f053b1c... Author: Arnaud Pouliquen arnaud.pouliquen@st.com Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths: M cmake/modules/FindHugeTLBFS.cmake M cmake/modules/FindLibSysFS.cmake
Log Message: ----------- cmake: fix HUGETLBFS and LIBSYSFS naming warning
Fix warnings spotted by cmake:
The package name passed to `find_package_handle_standard_args`(HUGETLBFS) does not match the name of the calling package(HugeTLBFS). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern.
Tested with cmake 3.5 and 3.17.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@st.com
openamp-rp@lists.openampproject.org