Skip to content

Commit 6e4006e

Browse files
committed
Fix typo in the docs
1 parent 697b638 commit 6e4006e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cmake-toml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ You can specify your own conditions and use them in any `condition` field:
4444

4545
```toml
4646
[conditions]
47-
arch64 = "CMAKE_SIZEOF_VOID_P EQUALS 8"
48-
arch32 = "CMAKE_SIZEOF_VOID_P EQUALS 4"
47+
arch64 = "CMAKE_SIZEOF_VOID_P EQUAL 8"
48+
arch32 = "CMAKE_SIZEOF_VOID_P EQUAL 4"
4949
```
5050

5151
This will make the `arch64` and `arch32` conditions available with their respective CMake expressions.

0 commit comments

Comments
 (0)