Skip to content

Commit

Permalink
Fix ninja bug
Browse files Browse the repository at this point in the history
Fix ninja bug

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Jul 30, 2021
1 parent 6432352 commit 8a0f4f1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ set -euo pipefail

mkdir -p build

cmake -S . -B build -G Ninja "$*"
cmake -S . -B build "$*"

cmake --build build
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a0f4f1

Please sign in to comment.