summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-25 21:21:41 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-27 10:44:49 +0100
commit321894120d52d825d9334526691596a32f9da11f (patch)
treecc6234cc873decb41bfd2b155fd4312b12d6b83a
parentcmake-utils.eclass: Use bash internal testing instead of has() (diff)
downloadgentoo-321894120d52d825d9334526691596a32f9da11f.tar.gz
gentoo-321894120d52d825d9334526691596a32f9da11f.tar.bz2
gentoo-321894120d52d825d9334526691596a32f9da11f.zip
cmake-utils.eclass: Drop empty line
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--eclass/cmake-utils.eclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index fb7f5cabfb0f..01de9a5ad936 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -20,7 +20,6 @@
if [[ -z ${_CMAKE_UTILS_ECLASS} ]]; then
_CMAKE_UTILS_ECLASS=1
-
# @ECLASS-VARIABLE: BUILD_DIR
# @DESCRIPTION:
# Build directory where all cmake processed files should be generated.