aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/ci/dirs.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 21:47:48 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 21:47:51 +0200
commitcce9ea25d243672b9f88b124eb56e4bf37adba4c (patch)
tree3079b0d73c273b027d520509422768941bf4671a /project/ci/dirs.py
parentproject.cmake: require the build dir argument (diff)
downloadcmake-common-cce9ea25d243672b9f88b124eb56e4bf37adba4c.tar.gz
cmake-common-cce9ea25d243672b9f88b124eb56e4bf37adba4c.zip
project.cmake.build -> project.build
Accordingly, rename cmake-build to project-build.
Diffstat (limited to '')
-rw-r--r--project/ci/dirs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/ci/dirs.py b/project/ci/dirs.py
index eb4651b..6de9509 100644
--- a/project/ci/dirs.py
+++ b/project/ci/dirs.py
@@ -108,7 +108,7 @@ The supported CI systems are: {Dirs.join_ci_names()}.
def get_cmake_help():
return f'''Build a CMake project during a CI run.
-This is similar to running project.cmake.build, but auto-fills some parameters
+This is similar to running project.build, but auto-fills some parameters
from environment variables.
The supported CI systems are: {Dirs.join_ci_names()}.