mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
cmake.eclass: comment typo fix
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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\""
|
||||
|
||||
Reference in New Issue
Block a user