From b75eb1da707e7917830e37b4f4319ef52fc30d53 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Dec 2022 01:41:25 +0000 Subject: [PATCH] cmake.eclass: comment typo fix Signed-off-by: Sam James --- eclass/cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 8c18861373000..094b6d706bc2e 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -354,7 +354,7 @@ cmake_src_prepare() { default_src_prepare - # check if CMakeLists.txt exist and if no then die + # check if CMakeLists.txt exists and if not then die if [[ ! -e ${CMAKE_USE_DIR}/CMakeLists.txt ]] ; then eerror "Unable to locate CMakeLists.txt under:" eerror "\"${CMAKE_USE_DIR}/CMakeLists.txt\""