Skip to content

Commit 73bc22d

Browse files
committed
Update meson command to meson setup [options] due to deprecation warning
1 parent eadcc84 commit 73bc22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Configure (cpp)
3636
if: ${{ matrix.language == 'cpp' }}
37-
run: ./meson.py build --optimization=1
37+
run: ./meson.py setup build --optimization=1
3838

3939
- name: Initialize CodeQL
4040
uses: github/codeql-action/init@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Short summary of the minimal requirements:
5454
If you have these tools installed, you can create a configuration using the `meson.py` found in the root source code folder:
5555

5656
```
57-
./meson.py build
57+
./meson.py setup build
5858
```
5959

6060
Use `ninja` to compile and install the code

0 commit comments

Comments
 (0)