We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697b638 commit 6e4006eCopy full SHA for 6e4006e
docs/cmake-toml.md
@@ -44,8 +44,8 @@ You can specify your own conditions and use them in any `condition` field:
44
45
```toml
46
[conditions]
47
-arch64 = "CMAKE_SIZEOF_VOID_P EQUALS 8"
48
-arch32 = "CMAKE_SIZEOF_VOID_P EQUALS 4"
+arch64 = "CMAKE_SIZEOF_VOID_P EQUAL 8"
+arch32 = "CMAKE_SIZEOF_VOID_P EQUAL 4"
49
```
50
51
This will make the `arch64` and `arch32` conditions available with their respective CMake expressions.
0 commit comments