cmake.eclass: comment typo fix

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-12-10 01:41:25 +00:00
parent 6ebb0e645d
commit b75eb1da70

View File

@@ -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\""