From fc4888a6f4eed9d83d2c30823f5be0072d26b8e9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Dec 2022 01:41:25 +0000 Subject: cmake.eclass: comment typo fix Signed-off-by: Sam James Signed-off-by: Andreas Sturmlechner --- eclass/cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/cmake.eclass') diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index a50a8bf7f8b..d52ea32d93c 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -360,7 +360,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\"" -- cgit v1.2.3