summaryrefslogtreecommitdiff
path: root/eclass/cmake.eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-10 01:41:25 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-11 16:50:49 +0100
commitfc4888a6f4eed9d83d2c30823f5be0072d26b8e9 (patch)
tree1e5c107f54cf2c51c83c73c70c5e0e9c8d8b1fc1 /eclass/cmake.eclass
parentcda3419752edab5d177b2e740df8731f363fbf72 (diff)
downloadkde-fc4888a6f4eed9d83d2c30823f5be0072d26b8e9.tar.gz
kde-fc4888a6f4eed9d83d2c30823f5be0072d26b8e9.tar.bz2
kde-fc4888a6f4eed9d83d2c30823f5be0072d26b8e9.zip
cmake.eclass: comment typo fix
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake.eclass')
-rw-r--r--eclass/cmake.eclass2
1 files changed, 1 insertions, 1 deletions
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\""