summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Abel <jacobabel@nullpo.dev>2025-11-28 20:17:12 -0500
committerJacob Abel <jacobabel@nullpo.dev>2025-11-28 20:17:12 -0500
commitc137fe9433a23d8b1f2a6ffa65e94e12a2e614dd (patch)
treeda70c449d144d5bfb80dc249892d0e89b60dbd19 /lib
parent6a49303095abc094ee77dc243a9e351b642e8e75 (diff)
lib/strings.nix: Fix cmakeOptionType argument order in docs
Arguments were listed out of order in the documentation. Fixes that. Signed-off-by: Jacob Abel <jacobabel@nullpo.dev>
Diffstat (limited to 'lib')
-rw-r--r--lib/strings.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index 5d3183bcef06..ee78db2beafa 100644
--- a/lib/strings.nix
+++ b/lib/strings.nix
@@ -2088,15 +2088,15 @@ rec {
# Inputs
- `feature`
- : The feature to be set
-
`type`
: The type of the feature to be set, as described in
https://cmake.org/cmake/help/latest/command/set.html
the possible values (case insensitive) are:
BOOL FILEPATH PATH STRING INTERNAL LIST
+ `feature`
+ : The feature to be set
+
`value`
: The desired value