Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tikkss
Copy link
Contributor

@tikkss tikkss commented Aug 12, 2025

To fix the following errors:

$ cmake --build -B build.ninja
Unknown argument build.ninja
Usage: cmake --build <dir>             [options] [-- [native-options]]
       cmake --build --preset <preset> [options] [-- [native-options]]
(snip)
$ sudo cmake --install -B build.ninja
Unknown argument build.ninja
Usage: cmake --install <dir> [options]
(snip)

To fix the following errors:

```console
$ cmake --build -B build.ninja
Unknown argument build.ninja
Usage: cmake --build <dir>             [options] [-- [native-options]]
       cmake --build --preset <preset> [options] [-- [native-options]]
(snip)
```

```console
$ sudo cmake --install -B build.ninja
Unknown argument build.ninja
Usage: cmake --install <dir> [options]
(snip)
```
@tikkss
Copy link
Contributor Author

tikkss commented Aug 12, 2025

I found this issue when trying grntest :-)

Copy link
Member

@abetomo abetomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@abetomo abetomo merged commit 2273cb3 into groonga:main Aug 12, 2025
20 checks passed
@tikkss tikkss deleted the docs-install-cmake branch August 12, 2025 23:37
@tikkss
Copy link
Contributor Author

tikkss commented Aug 12, 2025

Thanks for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants