From b3c440a0e582b58bdfd984041e031cf061690648 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 20:41:10 +0200 Subject: project.cmake: require the build dir argument It doesn't make a lot of sense for the build dir argument to be optional. There's still a placeholder you can use to build in a temporary directory. --- docs/ci.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ci.md b/docs/ci.md index d0695b7..8c11f7c 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -44,7 +44,8 @@ for configuration in Debug Release; do --build "$TRAVIS_BUILD_DIR/../build/cmake" \ --install "$TRAVIS_BUILD_DIR/../build/install" \ -- \ - "$TRAVIS_BUILD_DIR" + "$TRAVIS_BUILD_DIR" \ + TMP done ``` -- cgit v1.2.3